Shades of Indigo #460962
Tints of Indigo #460962
RGB
CMYK
RGB Variations
Color information
#460962 (or 0x460962) is known color: Indigo. HEX triplet: 46, 09 and 62. RGB value is (70,9,98). Sum of RGB (Red+Green+Blue) = 70+9+98=177 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.55% from 177); Green value is 9 (3.91% from 255 or 5.08% from 177); Blue value is 98 (38.67% from 255 or 55.37% from 177); Max value from RGB is 98 - color contains mainly: blue. Hex color #460962 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460962 is #B9F69D. Grayscale: #252525. Windows color (decimal): -12187294 or 6424902. OLE color: 6424902.
HSL color Cylindrical-coordinate representation of color #460962: hue angle of 281.12º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #460962 is Cyan = 0.29, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 70 | 9 | 98 | - |
| CMYK | 0.29 | 0.91 | 0 | 0.62 |
| HSL | 281.12º | 0.83% | 0.21% | - |
| HSV(B) | 281.12º | 0.91% | 0.38% | - |
| XYZ | 4.83 | 2.38 | 11.76 | - |
| YUV | 37.39 | 162.21 | 151.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 9 | 98 | 0.29 | 0.91 | 0 | 0.62 | 281.12 | 0.83 | 0.21 |
| Hex | 46 | 9 | 62 | 1D | 5B | 0 | 3E | 119 | 53 | 15 |
| Octal | 106 | 11 | 142 | 35 | 133 | 0 | 76 | 431 | 123 | 25 |
| Binary | 1000110 | 1001 | 1100010 | 11101 | 1011011 | 0 | 111110 | 100011001 | 1010011 | 10101 |
Color Harmonies of #460962
Complementary color
Monochromatic Colors of #460962
Black with #460962
Text Example
Text Example
White with #460962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460962; }
p { color: rgb(70,9,98); }
H1.HeaderClassName
{
color: #460962;
}
.AnyTagClassName
{
color: #460962;
}
</style>
background-color css
<style>
a { background-color: #460962; }
a { background-color: rgb(70,9,98); }
div.DivClassName
{
background-color: #460962;
}
.BgClassName
{
background-color: #460962;
}
</style>
border-color css
<style>
span { border-color: #460962; }
span { border-color: rgb(70,9,98); }
td.TdClassName
{
border-color: #460962;
}
.TagClassName
{
border-color: #460962;
}
</style>