#32118C

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

Shades of Persian Indigo #32118C

Tints of Persian Indigo #32118C

Color information

#32118C (or 0x32118C) is unknown color: approx Persian Indigo. HEX triplet: 32, 11 and 8C. RGB value is (50,17,140). Sum of RGB (Red+Green+Blue) = 50+17+140=207 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.15% from 207); Green value is 17 (7.03% from 255 or 8.21% from 207); Blue value is 140 (55.08% from 255 or 67.63% from 207); Max value from RGB is 140 - color contains mainly: blue. Hex color #32118C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #32118C is #CDEE73. Grayscale: #282828. Windows color (decimal): -13495924 or 9179442. OLE color: 9179442.

HSL color Cylindrical-coordinate representation of color #32118C: hue angle of 256.1º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #32118C is Cyan = 0.64, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5017140-
CMYK0.640.8800.45
HSL256.1º78.34%30.78%-
HSV(B)256.1º87.86%54.9%-
XYZ6.252.9725.06-
YUV40.89183.93134.5-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.15%
GREEN value IS 17 (7.03% from 255) = 8.21%
BLUE value IS 140 (55.08% from 255) = 67.63%
R=24.15%
G=8.21%
B=67.63%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal50171400.640.8800.45256.178.3430.78
Hex32118C405802D1004e1f
Octal622121410013005540011637
Binary1100101000110001100100000010110000101101100000000100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32118C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,17,140); }

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

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

 a { background-color: rgb(50,17,140); }

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

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

 span { border-color: rgb(50,17,140); }

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