#32046E

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

Shades of Persian Indigo #32046E

Tints of Persian Indigo #32046E

Color information

#32046E (or 0x32046E) is unknown color: approx Persian Indigo. HEX triplet: 32, 04 and 6E. RGB value is (50,4,110). Sum of RGB (Red+Green+Blue) = 50+4+110=164 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.49% from 164); Green value is 4 (1.95% from 255 or 2.44% from 164); Blue value is 110 (43.36% from 255 or 67.07% from 164); Max value from RGB is 110 - color contains mainly: blue. Hex color #32046E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #32046E is #CDFB91. Grayscale: #1D1D1D. Windows color (decimal): -13499282 or 7210034. OLE color: 7210034.

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

Color convert

RGB504110-
CMYK0.550.9600.57
HSL266.04º92.98%22.35%-
HSV(B)266.04º96.36%43.14%-
XYZ4.171.8914.9-
YUV29.84173.24142.38-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 30.49%
GREEN value IS 4 (1.95% from 255) = 2.44%
BLUE value IS 110 (43.36% from 255) = 67.07%
R=30.49%
G=2.44%
B=67.07%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal5041100.550.9600.57266.0492.9822.35
Hex3246E376003910a5d16
Octal6241566714007141213526
Binary110010100110111011011111000000111001100001010101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32046E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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