#32186C

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

Shades of Persian Indigo #32186C

Tints of Persian Indigo #32186C

Color information

#32186C (or 0x32186C) is unknown color: approx Persian Indigo. HEX triplet: 32, 18 and 6C. RGB value is (50,24,108). Sum of RGB (Red+Green+Blue) = 50+24+108=182 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.47% from 182); Green value is 24 (9.77% from 255 or 13.19% from 182); Blue value is 108 (42.58% from 255 or 59.34% from 182); Max value from RGB is 108 - color contains mainly: blue. Hex color #32186C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #32186C is #CDE793. Grayscale: #292929. Windows color (decimal): -13494164 or 7084082. OLE color: 7084082.

HSL color Cylindrical-coordinate representation of color #32186C: hue angle of 258.57º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #32186C is Cyan = 0.54, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5024108-
CMYK0.540.7800.58
HSL258.57º63.64%25.88%-
HSV(B)258.57º77.78%42.35%-
XYZ4.352.4114.42-
YUV41.35165.61134.17-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 27.47%
GREEN value IS 24 (9.77% from 255) = 13.19%
BLUE value IS 108 (42.58% from 255) = 59.34%
R=27.47%
G=13.19%
B=59.34%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal50241080.540.7800.58258.5763.6425.88
Hex32186C364E03A103401a
Octal62301546611607240310032
Binary11001011000110110011011010011100111010100000011100000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32186C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32186C; }

 p { color: rgb(50,24,108); }

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

<style>
 a { background-color: #32186C; }

 a { background-color: rgb(50,24,108); }

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

<style>
 span { border-color: #32186C; }

 span { border-color: rgb(50,24,108); }

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