Shades of Indigo #3E0195
Tints of Indigo #3E0195
RGB
CMYK
RGB Variations
Color information
#3E0195 (or 0x3E0195) is known color: Indigo. HEX triplet: 3E, 01 and 95. RGB value is (62,1,149). Sum of RGB (Red+Green+Blue) = 62+1+149=212 (28% of max value = 765). Red value is 62 (24.61% from 255 or 29.25% from 212); Green value is 1 (0.78% from 255 or 0.47% from 212); Blue value is 149 (58.59% from 255 or 70.28% from 212); Max value from RGB is 149 - color contains mainly: blue. Hex color #3E0195 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3E0195 is #C1FE6A. Grayscale: #232323. Windows color (decimal): -12713579 or 9765182. OLE color: 9765182.
HSL color Cylindrical-coordinate representation of color #3E0195: hue angle of 264.73º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3E0195 is Cyan = 0.58, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 62 | 1 | 149 | - |
| CMYK | 0.58 | 0.99 | 0 | 0.42 |
| HSL | 264.73º | 0.99% | 0.29% | - |
| HSV(B) | 264.73º | 0.99% | 0.58% | - |
| XYZ | 7.42 | 3.22 | 28.66 | - |
| YUV | 36.11 | 191.71 | 146.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 1 | 149 | 0.58 | 0.99 | 0 | 0.42 | 264.73 | 0.99 | 0.29 |
| Hex | 3E | 1 | 95 | 3A | 63 | 0 | 2A | 109 | 63 | 1D |
| Octal | 76 | 1 | 225 | 72 | 143 | 0 | 52 | 411 | 143 | 35 |
| Binary | 111110 | 1 | 10010101 | 111010 | 1100011 | 0 | 101010 | 100001001 | 1100011 | 11101 |
Color Harmonies of #3E0195
Complementary color
Monochromatic Colors of #3E0195
Black with #3E0195
Text Example
Text Example
White with #3E0195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0195; }
p { color: rgb(62,1,149); }
H1.HeaderClassName
{
color: #3E0195;
}
.AnyTagClassName
{
color: #3E0195;
}
</style>
background-color css
<style>
a { background-color: #3E0195; }
a { background-color: rgb(62,1,149); }
div.DivClassName
{
background-color: #3E0195;
}
.BgClassName
{
background-color: #3E0195;
}
</style>
border-color css
<style>
span { border-color: #3E0195; }
span { border-color: rgb(62,1,149); }
td.TdClassName
{
border-color: #3E0195;
}
.TagClassName
{
border-color: #3E0195;
}
</style>