#32166E

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

Shades of Persian Indigo #32166E

Tints of Persian Indigo #32166E

Color information

#32166E (or 0x32166E) is unknown color: approx Persian Indigo. HEX triplet: 32, 16 and 6E. RGB value is (50,22,110). Sum of RGB (Red+Green+Blue) = 50+22+110=182 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.47% from 182); Green value is 22 (8.98% from 255 or 12.09% from 182); Blue value is 110 (43.36% from 255 or 60.44% from 182); Max value from RGB is 110 - color contains mainly: blue. Hex color #32166E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #32166E is #CDE991. Grayscale: #282828. Windows color (decimal): -13494674 or 7214642. OLE color: 7214642.

HSL color Cylindrical-coordinate representation of color #32166E: hue angle of 259.09º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32166E is Cyan = 0.55, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB5022110-
CMYK0.550.800.57
HSL259.09º66.67%25.88%-
HSV(B)259.09º80%43.14%-
XYZ4.422.3814.98-
YUV40.4167.28134.84-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 27.47%
GREEN value IS 22 (8.98% from 255) = 12.09%
BLUE value IS 110 (43.36% from 255) = 60.44%
R=27.47%
G=12.09%
B=60.44%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal50221100.550.800.57259.0966.6725.88
Hex32166E3750039103431a
Octal62261566712007140310332
Binary11001010110110111011011110100000111001100000011100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32166E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,22,110); }

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

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

 a { background-color: rgb(50,22,110); }

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

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

 span { border-color: rgb(50,22,110); }

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