Shades of Indigo #3E015E
Tints of Indigo #3E015E
RGB
CMYK
RGB Variations
Color information
#3E015E (or 0x3E015E) is known color: Indigo. HEX triplet: 3E, 01 and 5E. RGB value is (62,1,94). Sum of RGB (Red+Green+Blue) = 62+1+94=157 (20% of max value = 765). Red value is 62 (24.61% from 255 or 39.49% from 157); Green value is 1 (0.78% from 255 or 0.64% from 157); Blue value is 94 (37.11% from 255 or 59.87% from 157); Max value from RGB is 94 - color contains mainly: blue. Hex color #3E015E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E015E is #C1FEA1. Grayscale: #1D1D1D. Windows color (decimal): -12713634 or 6160702. OLE color: 6160702.
HSL color Cylindrical-coordinate representation of color #3E015E: hue angle of 279.35º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3E015E is Cyan = 0.34, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 62 | 1 | 94 | - |
| CMYK | 0.34 | 0.99 | 0 | 0.63 |
| HSL | 279.35º | 0.98% | 0.19% | - |
| HSV(B) | 279.35º | 0.99% | 0.37% | - |
| XYZ | 4.02 | 1.85 | 10.74 | - |
| YUV | 29.84 | 164.21 | 150.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 1 | 94 | 0.34 | 0.99 | 0 | 0.63 | 279.35 | 0.98 | 0.19 |
| Hex | 3E | 1 | 5E | 22 | 63 | 0 | 3F | 117 | 62 | 13 |
| Octal | 76 | 1 | 136 | 42 | 143 | 0 | 77 | 427 | 142 | 23 |
| Binary | 111110 | 1 | 1011110 | 100010 | 1100011 | 0 | 111111 | 100010111 | 1100010 | 10011 |
Color Harmonies of #3E015E
Complementary color
Monochromatic Colors of #3E015E
Black with #3E015E
Text Example
Text Example
White with #3E015E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E015E; }
p { color: rgb(62,1,94); }
H1.HeaderClassName
{
color: #3E015E;
}
.AnyTagClassName
{
color: #3E015E;
}
</style>
background-color css
<style>
a { background-color: #3E015E; }
a { background-color: rgb(62,1,94); }
div.DivClassName
{
background-color: #3E015E;
}
.BgClassName
{
background-color: #3E015E;
}
</style>
border-color css
<style>
span { border-color: #3E015E; }
span { border-color: rgb(62,1,94); }
td.TdClassName
{
border-color: #3E015E;
}
.TagClassName
{
border-color: #3E015E;
}
</style>