Shades of Indigo #3E015D
Tints of Indigo #3E015D
RGB
CMYK
RGB Variations
Color information
#3E015D (or 0x3E015D) is known color: Indigo. HEX triplet: 3E, 01 and 5D. RGB value is (62,1,93). Sum of RGB (Red+Green+Blue) = 62+1+93=156 (20% of max value = 765). Red value is 62 (24.61% from 255 or 39.74% from 156); Green value is 1 (0.78% from 255 or 0.64% from 156); Blue value is 93 (36.72% from 255 or 59.62% from 156); Max value from RGB is 93 - color contains mainly: blue. Hex color #3E015D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E015D is #C1FEA2. Grayscale: #1D1D1D. Windows color (decimal): -12713635 or 6095166. OLE color: 6095166.
HSL color Cylindrical-coordinate representation of color #3E015D: hue angle of 279.78º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3E015D is Cyan = 0.33, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 62 | 1 | 93 | - |
| CMYK | 0.33 | 0.99 | 0 | 0.64 |
| HSL | 279.78º | 0.98% | 0.18% | - |
| HSV(B) | 279.78º | 0.99% | 0.36% | - |
| XYZ | 3.97 | 1.84 | 10.5 | - |
| YUV | 29.73 | 163.71 | 151.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 1 | 93 | 0.33 | 0.99 | 0 | 0.64 | 279.78 | 0.98 | 0.18 |
| Hex | 3E | 1 | 5D | 21 | 63 | 0 | 40 | 118 | 62 | 12 |
| Octal | 76 | 1 | 135 | 41 | 143 | 0 | 100 | 430 | 142 | 22 |
| Binary | 111110 | 1 | 1011101 | 100001 | 1100011 | 0 | 1000000 | 100011000 | 1100010 | 10010 |
Color Harmonies of #3E015D
Complementary color
Monochromatic Colors of #3E015D
Black with #3E015D
Text Example
Text Example
White with #3E015D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E015D; }
p { color: rgb(62,1,93); }
H1.HeaderClassName
{
color: #3E015D;
}
.AnyTagClassName
{
color: #3E015D;
}
</style>
background-color css
<style>
a { background-color: #3E015D; }
a { background-color: rgb(62,1,93); }
div.DivClassName
{
background-color: #3E015D;
}
.BgClassName
{
background-color: #3E015D;
}
</style>
border-color css
<style>
span { border-color: #3E015D; }
span { border-color: rgb(62,1,93); }
td.TdClassName
{
border-color: #3E015D;
}
.TagClassName
{
border-color: #3E015D;
}
</style>