#3E047D

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

Shades of Indigo #3E047D

Tints of Indigo #3E047D

Color information

#3E047D (or 0x3E047D) is unknown color: approx Indigo. HEX triplet: 3E, 04 and 7D. RGB value is (62,4,125). Sum of RGB (Red+Green+Blue) = 62+4+125=191 (25% of max value = 765). Red value is 62 (24.61% from 255 or 32.46% from 191); Green value is 4 (1.95% from 255 or 2.09% from 191); Blue value is 125 (49.22% from 255 or 65.45% from 191); Max value from RGB is 125 - color contains mainly: blue. Hex color #3E047D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E047D is #C1FB82. Grayscale: #222222. Windows color (decimal): -12712835 or 8193086. OLE color: 8193086.

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

Color convert

RGB624125-
CMYK0.500.9700.51
HSL268.76º93.8%25.29%-
HSV(B)268.76º96.8%49.02%-
XYZ5.732.5919.6-
YUV35.14178.72147.16-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 32.46%
GREEN value IS 4 (1.95% from 255) = 2.09%
BLUE value IS 125 (49.22% from 255) = 65.45%
R=32.46%
G=2.09%
B=65.45%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal6241250.500.9700.51268.7693.825.29
Hex3E47D326103310d5e19
Octal7641756214106341513631
Binary111110100111110111001011000010110011100001101101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E047D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,4,125); }

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

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

 a { background-color: rgb(62,4,125); }

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

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

 span { border-color: rgb(62,4,125); }

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