Shades of Indigo #46005F
Tints of Indigo #46005F
RGB
CMYK
RGB Variations
Color information
#46005F (or 0x46005F) is known color: Indigo. HEX triplet: 46, 00 and 5F. RGB value is (70,0,95). Sum of RGB (Red+Green+Blue) = 70+0+95=165 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.42% from 165); Green value is 0 (0.39% from 255 or 0% from 165); Blue value is 95 (37.5% from 255 or 57.58% from 165); Max value from RGB is 95 - color contains mainly: blue. Hex color #46005F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46005F is #B9FFA0. Grayscale: #1F1F1F. Windows color (decimal): -12189601 or 6225990. OLE color: 6225990.
HSL color Cylindrical-coordinate representation of color #46005F: hue angle of 284.21º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #46005F is Cyan = 0.26, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 70 | 0 | 95 | - |
| CMYK | 0.26 | 1 | 0 | 0.63 |
| HSL | 284.21º | 1% | 0.19% | - |
| HSV(B) | 284.21º | 1% | 0.37% | - |
| XYZ | 4.59 | 2.13 | 11 | - |
| YUV | 31.76 | 163.69 | 155.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 0 | 95 | 0.26 | 1 | 0 | 0.63 | 284.21 | 1 | 0.19 |
| Hex | 46 | 0 | 5F | 1A | 64 | 0 | 3F | 11C | 64 | 13 |
| Octal | 106 | 0 | 137 | 32 | 144 | 0 | 77 | 434 | 144 | 23 |
| Binary | 1000110 | 0 | 1011111 | 11010 | 1100100 | 0 | 111111 | 100011100 | 1100100 | 10011 |
Color Harmonies of #46005F
Complementary color
Monochromatic Colors of #46005F
Black with #46005F
Text Example
Text Example
White with #46005F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46005F; }
p { color: rgb(70,0,95); }
H1.HeaderClassName
{
color: #46005F;
}
.AnyTagClassName
{
color: #46005F;
}
</style>
background-color css
<style>
a { background-color: #46005F; }
a { background-color: rgb(70,0,95); }
div.DivClassName
{
background-color: #46005F;
}
.BgClassName
{
background-color: #46005F;
}
</style>
border-color css
<style>
span { border-color: #46005F; }
span { border-color: rgb(70,0,95); }
td.TdClassName
{
border-color: #46005F;
}
.TagClassName
{
border-color: #46005F;
}
</style>