Shades of Indigo #3E0370
Tints of Indigo #3E0370
RGB
CMYK
RGB Variations
Color information
#3E0370 (or 0x3E0370) is known color: Indigo. HEX triplet: 3E, 03 and 70. RGB value is (62,3,112). Sum of RGB (Red+Green+Blue) = 62+3+112=177 (23% of max value = 765). Red value is 62 (24.61% from 255 or 35.03% from 177); Green value is 3 (1.56% from 255 or 1.69% from 177); Blue value is 112 (44.14% from 255 or 63.28% from 177); Max value from RGB is 112 - color contains mainly: blue. Hex color #3E0370 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E0370 is #C1FC8F. Grayscale: #202020. Windows color (decimal): -12713104 or 7340862. OLE color: 7340862.
HSL color Cylindrical-coordinate representation of color #3E0370: hue angle of 272.48º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3E0370 is Cyan = 0.45, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 62 | 3 | 112 | - |
| CMYK | 0.45 | 0.97 | 0 | 0.56 |
| HSL | 272.48º | 0.95% | 0.23% | - |
| HSV(B) | 272.48º | 0.97% | 0.44% | - |
| XYZ | 4.94 | 2.26 | 15.5 | - |
| YUV | 33.07 | 172.55 | 148.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 3 | 112 | 0.45 | 0.97 | 0 | 0.56 | 272.48 | 0.95 | 0.23 |
| Hex | 3E | 3 | 70 | 2D | 61 | 0 | 38 | 110 | 5F | 17 |
| Octal | 76 | 3 | 160 | 55 | 141 | 0 | 70 | 420 | 137 | 27 |
| Binary | 111110 | 11 | 1110000 | 101101 | 1100001 | 0 | 111000 | 100010000 | 1011111 | 10111 |
Color Harmonies of #3E0370
Complementary color
Monochromatic Colors of #3E0370
Black with #3E0370
Text Example
Text Example
White with #3E0370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0370; }
p { color: rgb(62,3,112); }
H1.HeaderClassName
{
color: #3E0370;
}
.AnyTagClassName
{
color: #3E0370;
}
</style>
background-color css
<style>
a { background-color: #3E0370; }
a { background-color: rgb(62,3,112); }
div.DivClassName
{
background-color: #3E0370;
}
.BgClassName
{
background-color: #3E0370;
}
</style>
border-color css
<style>
span { border-color: #3E0370; }
span { border-color: rgb(62,3,112); }
td.TdClassName
{
border-color: #3E0370;
}
.TagClassName
{
border-color: #3E0370;
}
</style>