#3E0776

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

Shades of Indigo #3E0776

Tints of Indigo #3E0776

Color information

#3E0776 (or 0x3E0776) is unknown color: approx Indigo. HEX triplet: 3E, 07 and 76. RGB value is (62,7,118). Sum of RGB (Red+Green+Blue) = 62+7+118=187 (24% of max value = 765). Red value is 62 (24.61% from 255 or 33.16% from 187); Green value is 7 (3.12% from 255 or 3.74% from 187); Blue value is 118 (46.48% from 255 or 63.10% from 187); Max value from RGB is 118 - color contains mainly: blue. Hex color #3E0776 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E0776 is #C1F889. Grayscale: #232323. Windows color (decimal): -12712074 or 7735102. OLE color: 7735102.

HSL color Cylindrical-coordinate representation of color #3E0776: hue angle of 269.73º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3E0776 is Cyan = 0.47, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB627118-
CMYK0.470.9400.54
HSL269.73º88.8%24.51%-
HSV(B)269.73º94.07%46.27%-
XYZ5.332.4817.34-
YUV36.1174.22146.47-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 33.16%
GREEN value IS 7 (3.12% from 255) = 3.74%
BLUE value IS 118 (46.48% from 255) = 63.10%
R=33.16%
G=3.74%
B=63.10%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal6271180.470.9400.54269.7388.824.51
Hex3E7762F5E03610e5919
Octal7671665713606641613131
Binary111110111111011010111110111100110110100001110101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E0776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,7,118); }

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

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

 a { background-color: rgb(62,7,118); }

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

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

 span { border-color: rgb(62,7,118); }

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