#3E0070

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

Shades of Indigo #3E0070

Tints of Indigo #3E0070

Color information

#3E0070 (or 0x3E0070) is unknown color: approx Indigo. HEX triplet: 3E, 00 and 70. RGB value is (62,0,112). Sum of RGB (Red+Green+Blue) = 62+0+112=174 (23% of max value = 765). Red value is 62 (24.61% from 255 or 35.63% from 174); Green value is 0 (0.39% from 255 or 0% from 174); Blue value is 112 (44.14% from 255 or 64.37% from 174); Max value from RGB is 112 - color contains mainly: blue. Hex color #3E0070 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E0070 is #C1FF8F. Grayscale: #1E1E1E. Windows color (decimal): -12713872 or 7340094. OLE color: 7340094.

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

Color convert

RGB620112-
CMYK0.45100.56
HSL273.21º100%21.96%-
HSV(B)273.21º100%43.92%-
XYZ4.912.1915.49-
YUV31.31173.54149.89-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 35.63%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 112 (44.14% from 255) = 64.37%
R=35.63%
G=0%
B=64.37%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal6201120.45100.56273.2110021.96
Hex3E0702D640381116416
Octal7601605514407042114426
Binary1111100111000010110111001000111000100010001110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E0070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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