#3E047B

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

Shades of Indigo #3E047B

Tints of Indigo #3E047B

Color information

#3E047B (or 0x3E047B) is unknown color: approx Indigo. HEX triplet: 3E, 04 and 7B. RGB value is (62,4,123). Sum of RGB (Red+Green+Blue) = 62+4+123=189 (25% of max value = 765). Red value is 62 (24.61% from 255 or 32.80% from 189); Green value is 4 (1.95% from 255 or 2.12% from 189); Blue value is 123 (48.44% from 255 or 65.08% from 189); Max value from RGB is 123 - color contains mainly: blue. Hex color #3E047B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E047B is #C1FB84. Grayscale: #222222. Windows color (decimal): -12712837 or 8062014. OLE color: 8062014.

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

Color convert

RGB624123-
CMYK0.500.9700.52
HSL269.24º93.7%24.9%-
HSV(B)269.24º96.75%48.24%-
XYZ5.612.5418.93-
YUV34.91177.72147.32-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 32.80%
GREEN value IS 4 (1.95% from 255) = 2.12%
BLUE value IS 123 (48.44% from 255) = 65.08%
R=32.80%
G=2.12%
B=65.08%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal6241230.500.9700.52269.2493.724.9
Hex3E47B326103410d5e19
Octal7641736214106441513631
Binary111110100111101111001011000010110100100001101101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E047B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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