#3E1170

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

Shades of Persian Indigo #3E1170

Tints of Persian Indigo #3E1170

Color information

#3E1170 (or 0x3E1170) is unknown color: approx Persian Indigo. HEX triplet: 3E, 11 and 70. RGB value is (62,17,112). Sum of RGB (Red+Green+Blue) = 62+17+112=191 (25% of max value = 765). Red value is 62 (24.61% from 255 or 32.46% from 191); Green value is 17 (7.03% from 255 or 8.90% from 191); Blue value is 112 (44.14% from 255 or 58.64% from 191); Max value from RGB is 112 - color contains mainly: blue. Hex color #3E1170 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E1170 is #C1EE8F. Grayscale: #282828. Windows color (decimal): -12709520 or 7344446. OLE color: 7344446.

HSL color Cylindrical-coordinate representation of color #3E1170: hue angle of 268.42º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3E1170 is Cyan = 0.45, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6217112-
CMYK0.450.8500.56
HSL268.42º73.64%25.29%-
HSV(B)268.42º84.82%43.92%-
XYZ5.112.5915.56-
YUV41.28167.91142.78-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 32.46%
GREEN value IS 17 (7.03% from 255) = 8.90%
BLUE value IS 112 (44.14% from 255) = 58.64%
R=32.46%
G=8.90%
B=58.64%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal62171120.450.8500.56268.4273.6425.29
Hex3E11702D5503810c4a19
Octal76211605512507041411231
Binary11111010001111000010110110101010111000100001100100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E1170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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