#32199D

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

Shades of Persian Indigo #32199D

Tints of Persian Indigo #32199D

Color information

#32199D (or 0x32199D) is unknown color: approx Persian Indigo. HEX triplet: 32, 19 and 9D. RGB value is (50,25,157). Sum of RGB (Red+Green+Blue) = 50+25+157=232 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.55% from 232); Green value is 25 (10.16% from 255 or 10.78% from 232); Blue value is 157 (61.72% from 255 or 67.67% from 232); Max value from RGB is 157 - color contains mainly: blue. Hex color #32199D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #32199D is #CDE662. Grayscale: #2F2F2F. Windows color (decimal): -13493859 or 10295602. OLE color: 10295602.

HSL color Cylindrical-coordinate representation of color #32199D: hue angle of 251.36º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #32199D is Cyan = 0.68, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5025157-
CMYK0.680.8400.38
HSL251.36º72.53%35.69%-
HSV(B)251.36º84.08%61.57%-
XYZ7.753.8132.22-
YUV47.52189.78129.77-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.55%
GREEN value IS 25 (10.16% from 255) = 10.78%
BLUE value IS 157 (61.72% from 255) = 67.67%
R=21.55%
G=10.78%
B=67.67%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal50251570.680.8400.38251.3672.5335.69
Hex32199D4454026fb4924
Octal623123510412404637311144
Binary1100101100110011101100010010101000100110111110111001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32199D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32199D; }

 p { color: rgb(50,25,157); }

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

<style>
 a { background-color: #32199D; }

 a { background-color: rgb(50,25,157); }

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

<style>
 span { border-color: #32199D; }

 span { border-color: rgb(50,25,157); }

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