Shades of Indigo #3E0470
Tints of Indigo #3E0470
RGB
CMYK
RGB Variations
Color information
#3E0470 (or 0x3E0470) is known color: Indigo. HEX triplet: 3E, 04 and 70. RGB value is (62,4,112). Sum of RGB (Red+Green+Blue) = 62+4+112=178 (23% of max value = 765). Red value is 62 (24.61% from 255 or 34.83% from 178); Green value is 4 (1.95% from 255 or 2.25% from 178); Blue value is 112 (44.14% from 255 or 62.92% from 178); Max value from RGB is 112 - color contains mainly: blue. Hex color #3E0470 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E0470 is #C1FB8F. Grayscale: #212121. Windows color (decimal): -12712848 or 7341118. OLE color: 7341118.
HSL color Cylindrical-coordinate representation of color #3E0470: hue angle of 272.22º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3E0470 is Cyan = 0.45, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 62 | 4 | 112 | - |
| CMYK | 0.45 | 0.96 | 0 | 0.56 |
| HSL | 272.22º | 0.93% | 0.23% | - |
| HSV(B) | 272.22º | 0.96% | 0.44% | - |
| XYZ | 4.95 | 2.28 | 15.51 | - |
| YUV | 33.65 | 172.22 | 148.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 4 | 112 | 0.45 | 0.96 | 0 | 0.56 | 272.22 | 0.93 | 0.23 |
| Hex | 3E | 4 | 70 | 2D | 60 | 0 | 38 | 110 | 5D | 17 |
| Octal | 76 | 4 | 160 | 55 | 140 | 0 | 70 | 420 | 135 | 27 |
| Binary | 111110 | 100 | 1110000 | 101101 | 1100000 | 0 | 111000 | 100010000 | 1011101 | 10111 |
Color Harmonies of #3E0470
Complementary color
Monochromatic Colors of #3E0470
Black with #3E0470
Text Example
Text Example
White with #3E0470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0470; }
p { color: rgb(62,4,112); }
H1.HeaderClassName
{
color: #3E0470;
}
.AnyTagClassName
{
color: #3E0470;
}
</style>
background-color css
<style>
a { background-color: #3E0470; }
a { background-color: rgb(62,4,112); }
div.DivClassName
{
background-color: #3E0470;
}
.BgClassName
{
background-color: #3E0470;
}
</style>
border-color css
<style>
span { border-color: #3E0470; }
span { border-color: rgb(62,4,112); }
td.TdClassName
{
border-color: #3E0470;
}
.TagClassName
{
border-color: #3E0470;
}
</style>