Shades of Indigo #3E0061
Tints of Indigo #3E0061
RGB
CMYK
RGB Variations
Color information
#3E0061 (or 0x3E0061) is known color: Indigo. HEX triplet: 3E, 00 and 61. RGB value is (62,0,97). Sum of RGB (Red+Green+Blue) = 62+0+97=159 (21% of max value = 765). Red value is 62 (24.61% from 255 or 38.99% from 159); Green value is 0 (0.39% from 255 or 0% from 159); Blue value is 97 (38.28% from 255 or 61.01% from 159); Max value from RGB is 97 - color contains mainly: blue. Hex color #3E0061 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E0061 is #C1FF9E. Grayscale: #1D1D1D. Windows color (decimal): -12713887 or 6357054. OLE color: 6357054.
HSL color Cylindrical-coordinate representation of color #3E0061: hue angle of 278.35º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3E0061 is Cyan = 0.36, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 62 | 0 | 97 | - |
| CMYK | 0.36 | 1 | 0 | 0.62 |
| HSL | 278.35º | 1% | 0.19% | - |
| HSV(B) | 278.35º | 1% | 0.38% | - |
| XYZ | 4.14 | 1.89 | 11.46 | - |
| YUV | 29.6 | 166.04 | 151.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 0 | 97 | 0.36 | 1 | 0 | 0.62 | 278.35 | 1 | 0.19 |
| Hex | 3E | 0 | 61 | 24 | 64 | 0 | 3E | 116 | 64 | 13 |
| Octal | 76 | 0 | 141 | 44 | 144 | 0 | 76 | 426 | 144 | 23 |
| Binary | 111110 | 0 | 1100001 | 100100 | 1100100 | 0 | 111110 | 100010110 | 1100100 | 10011 |
Color Harmonies of #3E0061
Complementary color
Monochromatic Colors of #3E0061
Black with #3E0061
Text Example
Text Example
White with #3E0061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0061; }
p { color: rgb(62,0,97); }
H1.HeaderClassName
{
color: #3E0061;
}
.AnyTagClassName
{
color: #3E0061;
}
</style>
background-color css
<style>
a { background-color: #3E0061; }
a { background-color: rgb(62,0,97); }
div.DivClassName
{
background-color: #3E0061;
}
.BgClassName
{
background-color: #3E0061;
}
</style>
border-color css
<style>
span { border-color: #3E0061; }
span { border-color: rgb(62,0,97); }
td.TdClassName
{
border-color: #3E0061;
}
.TagClassName
{
border-color: #3E0061;
}
</style>