#320566

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

Shades of Persian Indigo #320566

Tints of Persian Indigo #320566

Color information

#320566 (or 0x320566) is unknown color: approx Persian Indigo. HEX triplet: 32, 05 and 66. RGB value is (50,5,102). Sum of RGB (Red+Green+Blue) = 50+5+102=157 (20% of max value = 765). Red value is 50 (19.92% from 255 or 31.85% from 157); Green value is 5 (2.34% from 255 or 3.18% from 157); Blue value is 102 (40.23% from 255 or 64.97% from 157); Max value from RGB is 102 - color contains mainly: blue. Hex color #320566 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320566 is #CDFA99. Grayscale: #1D1D1D. Windows color (decimal): -13499034 or 6686002. OLE color: 6686002.

HSL color Cylindrical-coordinate representation of color #320566: hue angle of 267.84º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #320566 is Cyan = 0.51, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB505102-
CMYK0.510.9500.6
HSL267.84º90.65%20.98%-
HSV(B)267.84º95.1%40%-
XYZ3.771.7512.71-
YUV29.51168.91142.61-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 31.85%
GREEN value IS 5 (2.34% from 255) = 3.18%
BLUE value IS 102 (40.23% from 255) = 64.97%
R=31.85%
G=3.18%
B=64.97%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal5051020.510.9500.6267.8490.6520.98
Hex32566335F03C10c5b15
Octal6251466313707441413325
Binary110010101110011011001110111110111100100001100101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320566; }

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

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

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

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

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

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

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

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