#32099D

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

Shades of Persian Indigo #32099D

Tints of Persian Indigo #32099D

Color information

#32099D (or 0x32099D) is unknown color: approx Persian Indigo. HEX triplet: 32, 09 and 9D. RGB value is (50,9,157). Sum of RGB (Red+Green+Blue) = 50+9+157=216 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.15% from 216); Green value is 9 (3.91% from 255 or 4.17% from 216); Blue value is 157 (61.72% from 255 or 72.69% from 216); Max value from RGB is 157 - color contains mainly: blue. Hex color #32099D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #32099D is #CDF662. Grayscale: #252525. Windows color (decimal): -13497955 or 10291506. OLE color: 10291506.

HSL color Cylindrical-coordinate representation of color #32099D: hue angle of 256.62º 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 #32099D is Cyan = 0.68, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB509157-
CMYK0.680.9400.38
HSL256.62º89.16%32.55%-
HSV(B)256.62º94.27%61.57%-
XYZ7.53.3132.14-
YUV38.13195.08136.47-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.15%
GREEN value IS 9 (3.91% from 255) = 4.17%
BLUE value IS 157 (61.72% from 255) = 72.69%
R=23.15%
G=4.17%
B=72.69%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal5091570.680.9400.38256.6289.1632.55
Hex3299D445E0261015921
Octal621123510413604640113141
Binary1100101001100111011000100101111001001101000000011011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32099D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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