#320E99

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

Shades of Persian Indigo #320E99

Tints of Persian Indigo #320E99

Color information

#320E99 (or 0x320E99) is unknown color: approx Persian Indigo. HEX triplet: 32, 0E and 99. RGB value is (50,14,153). Sum of RGB (Red+Green+Blue) = 50+14+153=217 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.04% from 217); Green value is 14 (5.86% from 255 or 6.45% from 217); Blue value is 153 (60.16% from 255 or 70.51% from 217); Max value from RGB is 153 - color contains mainly: blue. Hex color #320E99 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #320E99 is #CDF166. Grayscale: #282828. Windows color (decimal): -13496679 or 10030642. OLE color: 10030642.

HSL color Cylindrical-coordinate representation of color #320E99: hue angle of 255.54º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #320E99 is Cyan = 0.67, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB5014153-
CMYK0.670.9100.4
HSL255.54º83.23%32.75%-
HSV(B)255.54º90.85%60%-
XYZ7.223.2930.39-
YUV40.61191.43134.7-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.04%
GREEN value IS 14 (5.86% from 255) = 6.45%
BLUE value IS 153 (60.16% from 255) = 70.51%
R=23.04%
G=6.45%
B=70.51%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal50141530.670.9100.4255.5483.2332.75
Hex32E99435B0281005321
Octal621623110313305040012341
Binary1100101110100110011000011101101101010001000000001010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320E99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320E99; }

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

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

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

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

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

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

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

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