#320d8e

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

Shades of Persian Indigo #320D8E

Tints of Persian Indigo #320D8E

Color information

#320D8E (or 0x320D8E) is unknown color: approx Persian Indigo. HEX triplet: 32, 0D and 8E. RGB value is (50,13,142). Sum of RGB (Red+Green+Blue) = 50+13+142=205 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.39% from 205); Green value is 13 (5.47% from 255 or 6.34% from 205); Blue value is 142 (55.86% from 255 or 69.27% from 205); Max value from RGB is 142 - color contains mainly: blue. Hex color #320D8E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #320D8E is #CDF271. Grayscale: #262626. Windows color (decimal): -13496946 or 9309490. OLE color: 9309490.

HSL color Cylindrical-coordinate representation of color #320D8E: hue angle of 257.21º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #320D8E is Cyan = 0.65, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5013142-
CMYK0.650.9100.44
HSL257.21º83.23%30.39%-
HSV(B)257.21º90.85%55.69%-
XYZ6.342.9225.82-
YUV38.77186.26136.01-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.39%
GREEN value IS 13 (5.47% from 255) = 6.34%
BLUE value IS 142 (55.86% from 255) = 69.27%
R=24.39%
G=6.34%
B=69.27%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal50131420.650.9100.44257.2183.2330.39
Hex32D8E415B02C101531e
Octal621521610113305440112336
Binary110010110110001110100000110110110101100100000001101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320d8e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,13,142); }

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

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

 a { background-color: rgb(50,13,142); }

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

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

 span { border-color: rgb(50,13,142); }

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