#32218B

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

Shades of Persian Indigo #32218B

Tints of Persian Indigo #32218B

Color information

#32218B (or 0x32218B) is unknown color: approx Persian Indigo. HEX triplet: 32, 21 and 8B. RGB value is (50,33,139). Sum of RGB (Red+Green+Blue) = 50+33+139=222 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.52% from 222); Green value is 33 (13.28% from 255 or 14.86% from 222); Blue value is 139 (54.69% from 255 or 62.61% from 222); Max value from RGB is 139 - color contains mainly: blue. Hex color #32218B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32218B is #CDDE74. Grayscale: #313131. Windows color (decimal): -13491829 or 9118002. OLE color: 9118002.

HSL color Cylindrical-coordinate representation of color #32218B: hue angle of 249.62º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #32218B is Cyan = 0.64, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5033139-
CMYK0.640.7600.45
HSL249.62º61.63%33.73%-
HSV(B)249.62º76.26%54.51%-
XYZ6.523.6324.78-
YUV50.17178.13127.88-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.52%
GREEN value IS 33 (13.28% from 255) = 14.86%
BLUE value IS 139 (54.69% from 255) = 62.61%
R=22.52%
G=14.86%
B=62.61%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal50331390.640.7600.45249.6261.6333.73
Hex32218B404C02Dfa3e22
Octal62412131001140553727642
Binary1100101000011000101110000001001100010110111111010111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32218B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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