#3E056D

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

Shades of Indigo #3E056D

Tints of Indigo #3E056D

Color information

#3E056D (or 0x3E056D) is unknown color: approx Indigo. HEX triplet: 3E, 05 and 6D. RGB value is (62,5,109). Sum of RGB (Red+Green+Blue) = 62+5+109=176 (23% of max value = 765). Red value is 62 (24.61% from 255 or 35.23% from 176); Green value is 5 (2.34% from 255 or 2.84% from 176); Blue value is 109 (42.97% from 255 or 61.93% from 176); Max value from RGB is 109 - color contains mainly: blue. Hex color #3E056D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E056D is #C1FA92. Grayscale: #212121. Windows color (decimal): -12712595 or 7144766. OLE color: 7144766.

HSL color Cylindrical-coordinate representation of color #3E056D: hue angle of 272.88º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3E056D is Cyan = 0.43, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB625109-
CMYK0.430.9500.57
HSL272.88º91.23%22.35%-
HSV(B)272.88º95.41%42.75%-
XYZ4.82.2414.65-
YUV33.9170.38148.04-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 35.23%
GREEN value IS 5 (2.34% from 255) = 2.84%
BLUE value IS 109 (42.97% from 255) = 61.93%
R=35.23%
G=2.84%
B=61.93%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal6251090.430.9500.57272.8891.2322.35
Hex3E56D2B5F0391115b16
Octal7651555313707142113326
Binary111110101110110110101110111110111001100010001101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E056D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,5,109); }

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

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

 a { background-color: rgb(62,5,109); }

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

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

 span { border-color: rgb(62,5,109); }

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