#32209A

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

Shades of Persian Indigo #32209A

Tints of Persian Indigo #32209A

Color information

#32209A (or 0x32209A) is unknown color: approx Persian Indigo. HEX triplet: 32, 20 and 9A. RGB value is (50,32,154). Sum of RGB (Red+Green+Blue) = 50+32+154=236 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.19% from 236); Green value is 32 (12.89% from 255 or 13.56% from 236); Blue value is 154 (60.55% from 255 or 65.25% from 236); Max value from RGB is 154 - color contains mainly: blue. Hex color #32209A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32209A is #CDDF65. Grayscale: #323232. Windows color (decimal): -13492070 or 10100786. OLE color: 10100786.

HSL color Cylindrical-coordinate representation of color #32209A: hue angle of 248.85º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #32209A is Cyan = 0.68, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB5032154-
CMYK0.680.7900.40
HSL248.85º65.59%36.47%-
HSV(B)248.85º79.22%60.39%-
XYZ7.664.0430.95-
YUV51.29185.96127.08-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.19%
GREEN value IS 32 (12.89% from 255) = 13.56%
BLUE value IS 154 (60.55% from 255) = 65.25%
R=21.19%
G=13.56%
B=65.25%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal50321540.680.7900.40248.8565.5936.47
Hex32209A444F028f94224
Octal624023210411705037110244
Binary11001010000010011010100010010011110101000111110011000010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32209A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32209A; }

 p { color: rgb(50,32,154); }

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

<style>
 a { background-color: #32209A; }

 a { background-color: rgb(50,32,154); }

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

<style>
 span { border-color: #32209A; }

 span { border-color: rgb(50,32,154); }

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