#3E1770

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

Shades of Persian Indigo #3E1770

Tints of Persian Indigo #3E1770

Color information

#3E1770 (or 0x3E1770) is unknown color: approx Persian Indigo. HEX triplet: 3E, 17 and 70. RGB value is (62,23,112). Sum of RGB (Red+Green+Blue) = 62+23+112=197 (26% of max value = 765). Red value is 62 (24.61% from 255 or 31.47% from 197); Green value is 23 (9.38% from 255 or 11.68% from 197); Blue value is 112 (44.14% from 255 or 56.85% from 197); Max value from RGB is 112 - color contains mainly: blue. Hex color #3E1770 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E1770 is #C1E88F. Grayscale: #2C2C2C. Windows color (decimal): -12707984 or 7345982. OLE color: 7345982.

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

Color convert

RGB6223112-
CMYK0.450.7900.56
HSL266.29º65.93%26.47%-
HSV(B)266.29º79.46%43.92%-
XYZ5.222.8115.6-
YUV44.81165.92140.26-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 31.47%
GREEN value IS 23 (9.38% from 255) = 11.68%
BLUE value IS 112 (44.14% from 255) = 56.85%
R=31.47%
G=11.68%
B=56.85%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal62231120.450.7900.56266.2965.9326.47
Hex3E17702D4F03810a421a
Octal76271605511707041210232
Binary11111010111111000010110110011110111000100001010100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E1770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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