#320899

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

Shades of Persian Indigo #320899

Tints of Persian Indigo #320899

Color information

#320899 (or 0x320899) is unknown color: approx Persian Indigo. HEX triplet: 32, 08 and 99. RGB value is (50,8,153). Sum of RGB (Red+Green+Blue) = 50+8+153=211 (27% of max value = 765). Red value is 50 (19.92% from 255 or 23.70% from 211); Green value is 8 (3.52% from 255 or 3.79% from 211); Blue value is 153 (60.16% from 255 or 72.51% from 211); Max value from RGB is 153 - color contains mainly: blue. Hex color #320899 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #320899 is #CDF766. Grayscale: #242424. Windows color (decimal): -13498215 or 10029106. OLE color: 10029106.

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

Color convert

RGB508153-
CMYK0.670.9500.4
HSL257.38º90.06%31.57%-
HSV(B)257.38º94.77%60%-
XYZ7.153.1530.37-
YUV37.09193.41137.21-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.70%
GREEN value IS 8 (3.52% from 255) = 3.79%
BLUE value IS 153 (60.16% from 255) = 72.51%
R=23.70%
G=3.79%
B=72.51%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal5081530.670.9500.4257.3890.0631.57
Hex32899435F0281015a20
Octal621023110313705040113240
Binary1100101000100110011000011101111101010001000000011011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320899; }

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

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

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

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

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

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

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

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