#32099F

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

Shades of Persian Indigo #32099F

Tints of Persian Indigo #32099F

Color information

#32099F (or 0x32099F) is unknown color: approx Persian Indigo. HEX triplet: 32, 09 and 9F. RGB value is (50,9,159). Sum of RGB (Red+Green+Blue) = 50+9+159=218 (28% of max value = 765). Red value is 50 (19.92% from 255 or 22.94% from 218); Green value is 9 (3.91% from 255 or 4.13% from 218); Blue value is 159 (62.5% from 255 or 72.94% from 218); Max value from RGB is 159 - color contains mainly: blue. Hex color #32099F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #32099F is #CDF660. Grayscale: #252525. Windows color (decimal): -13497953 or 10422578. OLE color: 10422578.

HSL color Cylindrical-coordinate representation of color #32099F: hue angle of 256.4º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #32099F is Cyan = 0.69, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB509159-
CMYK0.690.9400.38
HSL256.4º89.29%32.94%-
HSV(B)256.4º94.34%62.35%-
XYZ7.673.3833.05-
YUV38.36196.08136.3-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.94%
GREEN value IS 9 (3.91% from 255) = 4.13%
BLUE value IS 159 (62.5% from 255) = 72.94%
R=22.94%
G=4.13%
B=72.94%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal5091590.690.9400.38256.489.2932.94
Hex3299F455E0261005921
Octal621123710513604640013141
Binary1100101001100111111000101101111001001101000000001011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32099F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32099F; }

 p { color: rgb(50,9,159); }

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

<style>
 a { background-color: #32099F; }

 a { background-color: rgb(50,9,159); }

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

<style>
 span { border-color: #32099F; }

 span { border-color: rgb(50,9,159); }

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