Shades of Indigo #3E016D
Tints of Indigo #3E016D
RGB
CMYK
RGB Variations
Color information
#3E016D (or 0x3E016D) is known color: Indigo. HEX triplet: 3E, 01 and 6D. RGB value is (62,1,109). Sum of RGB (Red+Green+Blue) = 62+1+109=172 (22% of max value = 765). Red value is 62 (24.61% from 255 or 36.05% from 172); Green value is 1 (0.78% from 255 or 0.58% from 172); Blue value is 109 (42.97% from 255 or 63.37% from 172); Max value from RGB is 109 - color contains mainly: blue. Hex color #3E016D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E016D is #C1FE92. Grayscale: #1F1F1F. Windows color (decimal): -12713619 or 7143742. OLE color: 7143742.
HSL color Cylindrical-coordinate representation of color #3E016D: hue angle of 273.89º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3E016D is Cyan = 0.43, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 62 | 1 | 109 | - |
| CMYK | 0.43 | 0.99 | 0 | 0.57 |
| HSL | 273.89º | 0.98% | 0.22% | - |
| HSV(B) | 273.89º | 0.99% | 0.43% | - |
| XYZ | 4.76 | 2.15 | 14.63 | - |
| YUV | 31.55 | 171.71 | 149.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 1 | 109 | 0.43 | 0.99 | 0 | 0.57 | 273.89 | 0.98 | 0.22 |
| Hex | 3E | 1 | 6D | 2B | 63 | 0 | 39 | 112 | 62 | 16 |
| Octal | 76 | 1 | 155 | 53 | 143 | 0 | 71 | 422 | 142 | 26 |
| Binary | 111110 | 1 | 1101101 | 101011 | 1100011 | 0 | 111001 | 100010010 | 1100010 | 10110 |
Color Harmonies of #3E016D
Complementary color
Monochromatic Colors of #3E016D
Black with #3E016D
Text Example
Text Example
White with #3E016D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E016D; }
p { color: rgb(62,1,109); }
H1.HeaderClassName
{
color: #3E016D;
}
.AnyTagClassName
{
color: #3E016D;
}
</style>
background-color css
<style>
a { background-color: #3E016D; }
a { background-color: rgb(62,1,109); }
div.DivClassName
{
background-color: #3E016D;
}
.BgClassName
{
background-color: #3E016D;
}
</style>
border-color css
<style>
span { border-color: #3E016D; }
span { border-color: rgb(62,1,109); }
td.TdClassName
{
border-color: #3E016D;
}
.TagClassName
{
border-color: #3E016D;
}
</style>