#320999

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

Shades of Persian Indigo #320999

Tints of Persian Indigo #320999

Color information

#320999 (or 0x320999) is unknown color: approx Persian Indigo. HEX triplet: 32, 09 and 99. RGB value is (50,9,153). Sum of RGB (Red+Green+Blue) = 50+9+153=212 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.58% from 212); Green value is 9 (3.91% from 255 or 4.25% from 212); Blue value is 153 (60.16% from 255 or 72.17% from 212); Max value from RGB is 153 - color contains mainly: blue. Hex color #320999 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #320999 is #CDF666. Grayscale: #252525. Windows color (decimal): -13497959 or 10029362. OLE color: 10029362.

HSL color Cylindrical-coordinate representation of color #320999: hue angle of 257.08º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #320999 is Cyan = 0.67, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB509153-
CMYK0.670.9400.4
HSL257.08º88.89%31.76%-
HSV(B)257.08º94.12%60%-
XYZ7.163.1730.37-
YUV37.67193.08136.79-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.58%
GREEN value IS 9 (3.91% from 255) = 4.25%
BLUE value IS 153 (60.16% from 255) = 72.17%
R=23.58%
G=4.25%
B=72.17%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal5091530.670.9400.4257.0888.8931.76
Hex32999435E0281015920
Octal621123110313605040113140
Binary1100101001100110011000011101111001010001000000011011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320999; }

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

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

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

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

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

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

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

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