Shades of Indigo #46015F
Tints of Indigo #46015F
RGB
CMYK
RGB Variations
Color information
#46015F (or 0x46015F) is known color: Indigo. HEX triplet: 46, 01 and 5F. RGB value is (70,1,95). Sum of RGB (Red+Green+Blue) = 70+1+95=166 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.17% from 166); Green value is 1 (0.78% from 255 or 0.60% from 166); Blue value is 95 (37.5% from 255 or 57.23% from 166); Max value from RGB is 95 - color contains mainly: blue. Hex color #46015F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46015F is #B9FEA0. Grayscale: #202020. Windows color (decimal): -12189345 or 6226246. OLE color: 6226246.
HSL color Cylindrical-coordinate representation of color #46015F: hue angle of 284.04º 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 #46015F is Cyan = 0.26, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 70 | 1 | 95 | - |
| CMYK | 0.26 | 0.99 | 0 | 0.63 |
| HSL | 284.04º | 0.98% | 0.19% | - |
| HSV(B) | 284.04º | 0.99% | 0.37% | - |
| XYZ | 4.6 | 2.15 | 11 | - |
| YUV | 32.35 | 163.36 | 154.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 1 | 95 | 0.26 | 0.99 | 0 | 0.63 | 284.04 | 0.98 | 0.19 |
| Hex | 46 | 1 | 5F | 1A | 63 | 0 | 3F | 11C | 62 | 13 |
| Octal | 106 | 1 | 137 | 32 | 143 | 0 | 77 | 434 | 142 | 23 |
| Binary | 1000110 | 1 | 1011111 | 11010 | 1100011 | 0 | 111111 | 100011100 | 1100010 | 10011 |
Color Harmonies of #46015F
Complementary color
Monochromatic Colors of #46015F
Black with #46015F
Text Example
Text Example
White with #46015F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46015F; }
p { color: rgb(70,1,95); }
H1.HeaderClassName
{
color: #46015F;
}
.AnyTagClassName
{
color: #46015F;
}
</style>
background-color css
<style>
a { background-color: #46015F; }
a { background-color: rgb(70,1,95); }
div.DivClassName
{
background-color: #46015F;
}
.BgClassName
{
background-color: #46015F;
}
</style>
border-color css
<style>
span { border-color: #46015F; }
span { border-color: rgb(70,1,95); }
td.TdClassName
{
border-color: #46015F;
}
.TagClassName
{
border-color: #46015F;
}
</style>