#320E87

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

Shades of Persian Indigo #320E87

Tints of Persian Indigo #320E87

Color information

#320E87 (or 0x320E87) is unknown color: approx Persian Indigo. HEX triplet: 32, 0E and 87. RGB value is (50,14,135). Sum of RGB (Red+Green+Blue) = 50+14+135=199 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25.13% from 199); Green value is 14 (5.86% from 255 or 7.04% from 199); Blue value is 135 (53.12% from 255 or 67.84% from 199); Max value from RGB is 135 - color contains mainly: blue. Hex color #320E87 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #320E87 is #CDF178. Grayscale: #262626. Windows color (decimal): -13496697 or 8850994. OLE color: 8850994.

HSL color Cylindrical-coordinate representation of color #320E87: hue angle of 257.85º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #320E87 is Cyan = 0.63, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5014135-
CMYK0.630.9000.47
HSL257.85º81.21%29.22%-
HSV(B)257.85º89.63%52.94%-
XYZ5.852.7423.14-
YUV38.56182.43136.16-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 25.13%
GREEN value IS 14 (5.86% from 255) = 7.04%
BLUE value IS 135 (53.12% from 255) = 67.84%
R=25.13%
G=7.04%
B=67.84%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal50141350.630.9000.47257.8581.2129.22
Hex32E873F5A02F102511d
Octal62162077713205740212135
Binary11001011101000011111111110110100101111100000010101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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