#32218E

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

Shades of Persian Indigo #32218E

Tints of Persian Indigo #32218E

Color information

#32218E (or 0x32218E) is unknown color: approx Persian Indigo. HEX triplet: 32, 21 and 8E. RGB value is (50,33,142). Sum of RGB (Red+Green+Blue) = 50+33+142=225 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.22% from 225); Green value is 33 (13.28% from 255 or 14.67% from 225); Blue value is 142 (55.86% from 255 or 63.11% from 225); Max value from RGB is 142 - color contains mainly: blue. Hex color #32218E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32218E is #CDDE71. Grayscale: #323232. Windows color (decimal): -13491826 or 9314610. OLE color: 9314610.

HSL color Cylindrical-coordinate representation of color #32218E: hue angle of 249.36º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #32218E is Cyan = 0.65, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5033142-
CMYK0.650.7700.44
HSL249.36º62.29%34.31%-
HSV(B)249.36º76.76%55.69%-
XYZ6.743.7225.95-
YUV50.51179.63127.64-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.22%
GREEN value IS 33 (13.28% from 255) = 14.67%
BLUE value IS 142 (55.86% from 255) = 63.11%
R=22.22%
G=14.67%
B=63.11%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal50331420.650.7700.44249.3662.2934.31
Hex32218E414D02Cf93e22
Octal62412161011150543717642
Binary1100101000011000111010000011001101010110011111001111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32218E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,33,142); }

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

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

 a { background-color: rgb(50,33,142); }

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

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

 span { border-color: rgb(50,33,142); }

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