#320966

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

Shades of Persian Indigo #320966

Tints of Persian Indigo #320966

Color information

#320966 (or 0x320966) is unknown color: approx Persian Indigo. HEX triplet: 32, 09 and 66. RGB value is (50,9,102). Sum of RGB (Red+Green+Blue) = 50+9+102=161 (21% of max value = 765). Red value is 50 (19.92% from 255 or 31.06% from 161); Green value is 9 (3.91% from 255 or 5.59% from 161); Blue value is 102 (40.23% from 255 or 63.35% from 161); Max value from RGB is 102 - color contains mainly: blue. Hex color #320966 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320966 is #CDF699. Grayscale: #1F1F1F. Windows color (decimal): -13498010 or 6687026. OLE color: 6687026.

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

Color convert

RGB509102-
CMYK0.510.9100.6
HSL266.45º83.78%21.76%-
HSV(B)266.45º91.18%40%-
XYZ3.811.8312.72-
YUV31.86167.58140.94-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 31.06%
GREEN value IS 9 (3.91% from 255) = 5.59%
BLUE value IS 102 (40.23% from 255) = 63.35%
R=31.06%
G=5.59%
B=63.35%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal5091020.510.9100.6266.4583.7821.76
Hex32966335B03C10a5416
Octal62111466313307441212426
Binary1100101001110011011001110110110111100100001010101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320966; }

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

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

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

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

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

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

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

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