#32036E

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

Shades of Persian Indigo #32036E

Tints of Persian Indigo #32036E

Color information

#32036E (or 0x32036E) is unknown color: approx Persian Indigo. HEX triplet: 32, 03 and 6E. RGB value is (50,3,110). Sum of RGB (Red+Green+Blue) = 50+3+110=163 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.67% from 163); Green value is 3 (1.56% from 255 or 1.84% from 163); Blue value is 110 (43.36% from 255 or 67.48% from 163); Max value from RGB is 110 - color contains mainly: blue. Hex color #32036E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #32036E is #CDFC91. Grayscale: #1C1C1C. Windows color (decimal): -13499538 or 7209778. OLE color: 7209778.

HSL color Cylindrical-coordinate representation of color #32036E: hue angle of 266.36º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #32036E is Cyan = 0.55, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB503110-
CMYK0.550.9700.57
HSL266.36º94.69%22.16%-
HSV(B)266.36º97.27%43.14%-
XYZ4.161.8714.89-
YUV29.25173.57142.8-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 30.67%
GREEN value IS 3 (1.56% from 255) = 1.84%
BLUE value IS 110 (43.36% from 255) = 67.48%
R=30.67%
G=1.84%
B=67.48%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal5031100.550.9700.57266.3694.6922.16
Hex3236E376103910a5f16
Octal6231566714107141213726
Binary11001011110111011011111000010111001100001010101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32036E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32036E; }

 p { color: rgb(50,3,110); }

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

<style>
 a { background-color: #32036E; }

 a { background-color: rgb(50,3,110); }

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

<style>
 span { border-color: #32036E; }

 span { border-color: rgb(50,3,110); }

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