#32089E

Color #32089E Persian Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Indigo #32089E

Tints of Persian Indigo #32089E

Color information

#32089E (or 0x32089E) is unknown color: approx Persian Indigo. HEX triplet: 32, 08 and 9E. RGB value is (50,8,158). Sum of RGB (Red+Green+Blue) = 50+8+158=216 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.15% from 216); Green value is 8 (3.52% from 255 or 3.70% from 216); Blue value is 158 (62.11% from 255 or 73.15% from 216); Max value from RGB is 158 - color contains mainly: blue. Hex color #32089E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #32089E is #CDF761. Grayscale: #252525. Windows color (decimal): -13498210 or 10356786. OLE color: 10356786.

HSL color Cylindrical-coordinate representation of color #32089E: hue angle of 256.8º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #32089E is Cyan = 0.68, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB508158-
CMYK0.680.9500.38
HSL256.8º90.36%32.55%-
HSV(B)256.8º94.94%61.96%-
XYZ7.573.3232.59-
YUV37.66195.91136.8-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 50 (19.92% from 255) = 23.15%
GREEN value IS 8 (3.52% from 255) = 3.70%
BLUE value IS 158 (62.11% from 255) = 73.15%
R=23.15%
G=3.70%
B=73.15%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal5081580.680.9500.38256.890.3632.55
Hex3289E445F0261015a21
Octal621023610413704640113241
Binary1100101000100111101000100101111101001101000000011011010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32089E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32089E; }

 p { color: rgb(50,8,158); }

 H1.HeaderClassName
 {
   color: #32089E;
 }
 .AnyTagClassName
 {
   color: #32089E;
 }
</style>
background-color css

<style>
 a { background-color: #32089E; }

 a { background-color: rgb(50,8,158); }

 div.DivClassName
 {
   background-color: #32089E;
 }
 .BgClassName
 {
   background-color: #32089E;
 }
</style>
border-color css

<style>
 span { border-color: #32089E; }

 span { border-color: rgb(50,8,158); }

 td.TdClassName
 {
   border-color: #32089E;
 }
 .TagClassName
 {
   border-color: #32089E;
 }
</style>