#3E1E87

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

Shades of Persian Indigo #3E1E87

Tints of Persian Indigo #3E1E87

Color information

#3E1E87 (or 0x3E1E87) is unknown color: approx Persian Indigo. HEX triplet: 3E, 1E and 87. RGB value is (62,30,135). Sum of RGB (Red+Green+Blue) = 62+30+135=227 (30% of max value = 765). Red value is 62 (24.61% from 255 or 27.31% from 227); Green value is 30 (12.11% from 255 or 13.22% from 227); Blue value is 135 (53.12% from 255 or 59.47% from 227); Max value from RGB is 135 - color contains mainly: blue. Hex color #3E1E87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E1E87 is #C1E178. Grayscale: #333333. Windows color (decimal): -12706169 or 8855102. OLE color: 8855102.

HSL color Cylindrical-coordinate representation of color #3E1E87: hue angle of 258.29º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3E1E87 is Cyan = 0.54, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB6230135-
CMYK0.540.7800.47
HSL258.29º63.64%32.35%-
HSV(B)258.29º77.78%52.94%-
XYZ6.823.723.28-
YUV51.54175.1135.46-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 27.31%
GREEN value IS 30 (12.11% from 255) = 13.22%
BLUE value IS 135 (53.12% from 255) = 59.47%
R=27.31%
G=13.22%
B=59.47%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal62301350.540.7800.47258.2963.6432.35
Hex3E1E87364E02F1024020
Octal76362076611605740210040
Binary1111101111010000111110110100111001011111000000101000000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E1E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3E1E87; }

 p { color: rgb(62,30,135); }

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

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

 a { background-color: rgb(62,30,135); }

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

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

 span { border-color: rgb(62,30,135); }

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