#3E0081

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

Shades of Indigo #3E0081

Tints of Indigo #3E0081

Color information

#3E0081 (or 0x3E0081) is unknown color: approx Indigo. HEX triplet: 3E, 00 and 81. RGB value is (62,0,129). Sum of RGB (Red+Green+Blue) = 62+0+129=191 (25% of max value = 765). Red value is 62 (24.61% from 255 or 32.46% from 191); Green value is 0 (0.39% from 255 or 0% from 191); Blue value is 129 (50.78% from 255 or 67.54% from 191); Max value from RGB is 129 - color contains mainly: blue. Hex color #3E0081 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3E0081 is #C1FF7E. Grayscale: #202020. Windows color (decimal): -12713855 or 8454206. OLE color: 8454206.

HSL color Cylindrical-coordinate representation of color #3E0081: hue angle of 268.84º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3E0081 is Cyan = 0.52, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB620129-
CMYK0.52100.49
HSL268.84º100%25.29%-
HSV(B)268.84º100%50.59%-
XYZ5.952.6120.96-
YUV33.24182.04148.51-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 32.46%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 129 (50.78% from 255) = 67.54%
R=32.46%
G=0%
B=67.54%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal6201290.52100.49268.8410025.29
Hex3E081346403110d6419
Octal7602016414406141514431
Binary11111001000000111010011001000110001100001101110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E0081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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