Shades of Indigo #460A70
Tints of Indigo #460A70
RGB
CMYK
RGB Variations
Color information
#460A70 (or 0x460A70) is known color: Indigo. HEX triplet: 46, 0A and 70. RGB value is (70,10,112). Sum of RGB (Red+Green+Blue) = 70+10+112=192 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.46% from 192); Green value is 10 (4.30% from 255 or 5.21% from 192); Blue value is 112 (44.14% from 255 or 58.33% from 192); Max value from RGB is 112 - color contains mainly: blue. Hex color #460A70 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460A70 is #B9F58F. Grayscale: #272727. Windows color (decimal): -12187024 or 7342662. OLE color: 7342662.
HSL color Cylindrical-coordinate representation of color #460A70: hue angle of 275.29º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #460A70 is Cyan = 0.38, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 70 | 10 | 112 | - |
| CMYK | 0.38 | 0.91 | 0 | 0.56 |
| HSL | 275.29º | 0.84% | 0.24% | - |
| HSV(B) | 275.29º | 0.91% | 0.44% | - |
| XYZ | 5.56 | 2.69 | 15.56 | - |
| YUV | 39.57 | 168.88 | 149.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 10 | 112 | 0.38 | 0.91 | 0 | 0.56 | 275.29 | 0.84 | 0.24 |
| Hex | 46 | A | 70 | 26 | 5B | 0 | 38 | 113 | 54 | 18 |
| Octal | 106 | 12 | 160 | 46 | 133 | 0 | 70 | 423 | 124 | 30 |
| Binary | 1000110 | 1010 | 1110000 | 100110 | 1011011 | 0 | 111000 | 100010011 | 1010100 | 11000 |
Color Harmonies of #460A70
Complementary color
Monochromatic Colors of #460A70
Black with #460A70
Text Example
Text Example
White with #460A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460A70; }
p { color: rgb(70,10,112); }
H1.HeaderClassName
{
color: #460A70;
}
.AnyTagClassName
{
color: #460A70;
}
</style>
background-color css
<style>
a { background-color: #460A70; }
a { background-color: rgb(70,10,112); }
div.DivClassName
{
background-color: #460A70;
}
.BgClassName
{
background-color: #460A70;
}
</style>
border-color css
<style>
span { border-color: #460A70; }
span { border-color: rgb(70,10,112); }
td.TdClassName
{
border-color: #460A70;
}
.TagClassName
{
border-color: #460A70;
}
</style>