Shades of Indigo #3E0070
Tints of Indigo #3E0070
RGB
CMYK
RGB Variations
Color information
#3E0070 (or 0x3E0070) is known color: Indigo. HEX triplet: 3E, 00 and 70. RGB value is (62,0,112). Sum of RGB (Red+Green+Blue) = 62+0+112=174 (23% of max value = 765). Red value is 62 (24.61% from 255 or 35.63% from 174); Green value is 0 (0.39% from 255 or 0% from 174); Blue value is 112 (44.14% from 255 or 64.37% from 174); Max value from RGB is 112 - color contains mainly: blue. Hex color #3E0070 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E0070 is #C1FF8F. Grayscale: #1E1E1E. Windows color (decimal): -12713872 or 7340094. OLE color: 7340094.
HSL color Cylindrical-coordinate representation of color #3E0070: hue angle of 273.21º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3E0070 is Cyan = 0.45, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 62 | 0 | 112 | - |
| CMYK | 0.45 | 1 | 0 | 0.56 |
| HSL | 273.21º | 1% | 0.22% | - |
| HSV(B) | 273.21º | 1% | 0.44% | - |
| XYZ | 4.91 | 2.19 | 15.49 | - |
| YUV | 31.31 | 173.54 | 149.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 0 | 112 | 0.45 | 1 | 0 | 0.56 | 273.21 | 1 | 0.22 |
| Hex | 3E | 0 | 70 | 2D | 64 | 0 | 38 | 111 | 64 | 16 |
| Octal | 76 | 0 | 160 | 55 | 144 | 0 | 70 | 421 | 144 | 26 |
| Binary | 111110 | 0 | 1110000 | 101101 | 1100100 | 0 | 111000 | 100010001 | 1100100 | 10110 |
Color Harmonies of #3E0070
Complementary color
Monochromatic Colors of #3E0070
Black with #3E0070
Text Example
Text Example
White with #3E0070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0070; }
p { color: rgb(62,0,112); }
H1.HeaderClassName
{
color: #3E0070;
}
.AnyTagClassName
{
color: #3E0070;
}
</style>
background-color css
<style>
a { background-color: #3E0070; }
a { background-color: rgb(62,0,112); }
div.DivClassName
{
background-color: #3E0070;
}
.BgClassName
{
background-color: #3E0070;
}
</style>
border-color css
<style>
span { border-color: #3E0070; }
span { border-color: rgb(62,0,112); }
td.TdClassName
{
border-color: #3E0070;
}
.TagClassName
{
border-color: #3E0070;
}
</style>