Shades of Indigo #460862
Tints of Indigo #460862
RGB
CMYK
RGB Variations
Color information
#460862 (or 0x460862) is known color: Indigo. HEX triplet: 46, 08 and 62. RGB value is (70,8,98). Sum of RGB (Red+Green+Blue) = 70+8+98=176 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.77% from 176); Green value is 8 (3.52% from 255 or 4.55% from 176); Blue value is 98 (38.67% from 255 or 55.68% from 176); Max value from RGB is 98 - color contains mainly: blue. Hex color #460862 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460862 is #B9F79D. Grayscale: #242424. Windows color (decimal): -12187550 or 6424646. OLE color: 6424646.
HSL color Cylindrical-coordinate representation of color #460862: hue angle of 281.33º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #460862 is Cyan = 0.29, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 70 | 8 | 98 | - |
| CMYK | 0.29 | 0.92 | 0 | 0.62 |
| HSL | 281.33º | 0.85% | 0.21% | - |
| HSV(B) | 281.33º | 0.92% | 0.38% | - |
| XYZ | 4.82 | 2.36 | 11.76 | - |
| YUV | 36.8 | 162.54 | 151.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 8 | 98 | 0.29 | 0.92 | 0 | 0.62 | 281.33 | 0.85 | 0.21 |
| Hex | 46 | 8 | 62 | 1D | 5C | 0 | 3E | 119 | 55 | 15 |
| Octal | 106 | 10 | 142 | 35 | 134 | 0 | 76 | 431 | 125 | 25 |
| Binary | 1000110 | 1000 | 1100010 | 11101 | 1011100 | 0 | 111110 | 100011001 | 1010101 | 10101 |
Color Harmonies of #460862
Complementary color
Monochromatic Colors of #460862
Black with #460862
Text Example
Text Example
White with #460862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460862; }
p { color: rgb(70,8,98); }
H1.HeaderClassName
{
color: #460862;
}
.AnyTagClassName
{
color: #460862;
}
</style>
background-color css
<style>
a { background-color: #460862; }
a { background-color: rgb(70,8,98); }
div.DivClassName
{
background-color: #460862;
}
.BgClassName
{
background-color: #460862;
}
</style>
border-color css
<style>
span { border-color: #460862; }
span { border-color: rgb(70,8,98); }
td.TdClassName
{
border-color: #460862;
}
.TagClassName
{
border-color: #460862;
}
</style>