#32056A

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

Shades of Persian Indigo #32056A

Tints of Persian Indigo #32056A

Color information

#32056A (or 0x32056A) is unknown color: approx Persian Indigo. HEX triplet: 32, 05 and 6A. RGB value is (50,5,106). Sum of RGB (Red+Green+Blue) = 50+5+106=161 (21% of max value = 765). Red value is 50 (19.92% from 255 or 31.06% from 161); Green value is 5 (2.34% from 255 or 3.11% from 161); Blue value is 106 (41.80% from 255 or 65.84% from 161); Max value from RGB is 106 - color contains mainly: blue. Hex color #32056A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #32056A is #CDFA95. Grayscale: #1D1D1D. Windows color (decimal): -13499030 or 6948146. OLE color: 6948146.

HSL color Cylindrical-coordinate representation of color #32056A: hue angle of 266.73º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #32056A is Cyan = 0.53, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB505106-
CMYK0.530.9500.58
HSL266.73º90.99%21.76%-
HSV(B)266.73º95.28%41.57%-
XYZ3.971.8313.78-
YUV29.97170.91142.29-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 31.06%
GREEN value IS 5 (2.34% from 255) = 3.11%
BLUE value IS 106 (41.80% from 255) = 65.84%
R=31.06%
G=3.11%
B=65.84%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal5051060.530.9500.58266.7390.9921.76
Hex3256A355F03A10b5b16
Octal6251526513707241313326
Binary110010101110101011010110111110111010100001011101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32056A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32056A; }

 p { color: rgb(50,5,106); }

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

<style>
 a { background-color: #32056A; }

 a { background-color: rgb(50,5,106); }

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

<style>
 span { border-color: #32056A; }

 span { border-color: rgb(50,5,106); }

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