top of page
Color Inversion
Page: 1 2 3 4 5 6 7 8
Conversion from RGB to RGB-inverse
(How to calculate the inverse of a color - Method-1)
Color subtraction:
Comment:
- The equation means: The white color minus any selected color generates its inverse (complementary color).
Complementary Colors
(How to calculate the inverse of a color - Method-2)
Step-1:
Comment:
- When the RGB color spectrum is inverted, a 180-degree shift in hue occurs.
Step-2:
Gray Scale
(How to calculate the inverse of a color - Method-3 )
Comment:
- When the saturation is 0%, R = G = B.
- The variable that is necessary for calculating the inversion is brightness.
When saturation or brightness is 100%
(How to calculate the inverse of a color - Method-4)
Comment:
- When inverted: (A) the hue is moved to the left by 180 degrees. (B) The spectrum is turned upside down.
Conversion from HSB (hsv) to HSB (hsv) inverse:
(How to calculate the inverse of a color - Method-5)
Comment:
- When saturation and brightness are from 0 to 100%.
Conversion from HSB (hsv) to RGB inverse:
(How to calculate the inverse of a color - Method-6)
Color Inversion
Page: 1 2 3 4 5 6 7 8
bottom of page