Shades of Indigo #46015B
Tints of Indigo #46015B
RGB
CMYK
RGB Variations
Color information
#46015B (or 0x46015B) is known color: Indigo. HEX triplet: 46, 01 and 5B. RGB value is (70,1,91). Sum of RGB (Red+Green+Blue) = 70+1+91=162 (21% of max value = 765). Red value is 70 (27.73% from 255 or 43.21% from 162); Green value is 1 (0.78% from 255 or 0.62% from 162); Blue value is 91 (35.94% from 255 or 56.17% from 162); Max value from RGB is 91 - color contains mainly: blue. Hex color #46015B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46015B is #B9FEA4. Grayscale: #1F1F1F. Windows color (decimal): -12189349 or 5964102. OLE color: 5964102.
HSL color Cylindrical-coordinate representation of color #46015B: hue angle of 286º 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 #46015B is Cyan = 0.23, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 70 | 1 | 91 | - |
| CMYK | 0.23 | 0.99 | 0 | 0.64 |
| HSL | 286º | 0.98% | 0.18% | - |
| HSV(B) | 286º | 0.99% | 0.36% | - |
| XYZ | 4.42 | 2.08 | 10.07 | - |
| YUV | 31.89 | 161.36 | 155.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 1 | 91 | 0.23 | 0.99 | 0 | 0.64 | 286 | 0.98 | 0.18 |
| Hex | 46 | 1 | 5B | 17 | 63 | 0 | 40 | 11E | 62 | 12 |
| Octal | 106 | 1 | 133 | 27 | 143 | 0 | 100 | 436 | 142 | 22 |
| Binary | 1000110 | 1 | 1011011 | 10111 | 1100011 | 0 | 1000000 | 100011110 | 1100010 | 10010 |
Color Harmonies of #46015B
Complementary color
Monochromatic Colors of #46015B
Black with #46015B
Text Example
Text Example
White with #46015B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46015B; }
p { color: rgb(70,1,91); }
H1.HeaderClassName
{
color: #46015B;
}
.AnyTagClassName
{
color: #46015B;
}
</style>
background-color css
<style>
a { background-color: #46015B; }
a { background-color: rgb(70,1,91); }
div.DivClassName
{
background-color: #46015B;
}
.BgClassName
{
background-color: #46015B;
}
</style>
border-color css
<style>
span { border-color: #46015B; }
span { border-color: rgb(70,1,91); }
td.TdClassName
{
border-color: #46015B;
}
.TagClassName
{
border-color: #46015B;
}
</style>