Shades of Indigo #3E0296
Tints of Indigo #3E0296
RGB
CMYK
RGB Variations
Color information
#3E0296 (or 0x3E0296) is known color: Indigo. HEX triplet: 3E, 02 and 96. RGB value is (62,2,150). Sum of RGB (Red+Green+Blue) = 62+2+150=214 (28% of max value = 765). Red value is 62 (24.61% from 255 or 28.97% from 214); Green value is 2 (1.17% from 255 or 0.93% from 214); Blue value is 150 (58.98% from 255 or 70.09% from 214); Max value from RGB is 150 - color contains mainly: blue. Hex color #3E0296 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3E0296 is #C1FD69. Grayscale: #242424. Windows color (decimal): -12713322 or 9830974. OLE color: 9830974.
HSL color Cylindrical-coordinate representation of color #3E0296: hue angle of 264.32º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3E0296 is Cyan = 0.59, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 62 | 2 | 150 | - |
| CMYK | 0.59 | 0.99 | 0 | 0.41 |
| HSL | 264.32º | 0.97% | 0.3% | - |
| HSV(B) | 264.32º | 0.99% | 0.59% | - |
| XYZ | 7.51 | 3.27 | 29.09 | - |
| YUV | 36.81 | 191.88 | 145.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 2 | 150 | 0.59 | 0.99 | 0 | 0.41 | 264.32 | 0.97 | 0.3 |
| Hex | 3E | 2 | 96 | 3B | 63 | 0 | 29 | 108 | 61 | 1E |
| Octal | 76 | 2 | 226 | 73 | 143 | 0 | 51 | 410 | 141 | 36 |
| Binary | 111110 | 10 | 10010110 | 111011 | 1100011 | 0 | 101001 | 100001000 | 1100001 | 11110 |
Color Harmonies of #3E0296
Complementary color
Monochromatic Colors of #3E0296
Black with #3E0296
Text Example
Text Example
White with #3E0296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0296; }
p { color: rgb(62,2,150); }
H1.HeaderClassName
{
color: #3E0296;
}
.AnyTagClassName
{
color: #3E0296;
}
</style>
background-color css
<style>
a { background-color: #3E0296; }
a { background-color: rgb(62,2,150); }
div.DivClassName
{
background-color: #3E0296;
}
.BgClassName
{
background-color: #3E0296;
}
</style>
border-color css
<style>
span { border-color: #3E0296; }
span { border-color: rgb(62,2,150); }
td.TdClassName
{
border-color: #3E0296;
}
.TagClassName
{
border-color: #3E0296;
}
</style>