#3E118B

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

Shades of Persian Indigo #3E118B

Tints of Persian Indigo #3E118B

Color information

#3E118B (or 0x3E118B) is unknown color: approx Persian Indigo. HEX triplet: 3E, 11 and 8B. RGB value is (62,17,139). Sum of RGB (Red+Green+Blue) = 62+17+139=218 (28% of max value = 765). Red value is 62 (24.61% from 255 or 28.44% from 218); Green value is 17 (7.03% from 255 or 7.80% from 218); Blue value is 139 (54.69% from 255 or 63.76% from 218); Max value from RGB is 139 - color contains mainly: blue. Hex color #3E118B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3E118B is #C1EE74. Grayscale: #2B2B2B. Windows color (decimal): -12709493 or 9113918. OLE color: 9113918.

HSL color Cylindrical-coordinate representation of color #3E118B: hue angle of 262.13º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3E118B is Cyan = 0.55, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6217139-
CMYK0.550.8800.45
HSL262.13º78.21%30.59%-
HSV(B)262.13º87.77%54.51%-
XYZ6.853.2924.7-
YUV44.36181.41140.58-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 28.44%
GREEN value IS 17 (7.03% from 255) = 7.80%
BLUE value IS 139 (54.69% from 255) = 63.76%
R=28.44%
G=7.80%
B=63.76%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal62171390.550.8800.45262.1378.2130.59
Hex3E118B375802D1064e1f
Octal76212136713005540611637
Binary111110100011000101111011110110000101101100000110100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E118B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,17,139); }

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

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

 a { background-color: rgb(62,17,139); }

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

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

 span { border-color: rgb(62,17,139); }

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