Shades of Indigo #460562
Tints of Indigo #460562
RGB
CMYK
RGB Variations
Color information
#460562 (or 0x460562) is known color: Indigo. HEX triplet: 46, 05 and 62. RGB value is (70,5,98). Sum of RGB (Red+Green+Blue) = 70+5+98=173 (22% of max value = 765). Red value is 70 (27.73% from 255 or 40.46% from 173); Green value is 5 (2.34% from 255 or 2.89% from 173); Blue value is 98 (38.67% from 255 or 56.65% from 173); Max value from RGB is 98 - color contains mainly: blue. Hex color #460562 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460562 is #B9FA9D. Grayscale: #222222. Windows color (decimal): -12188318 or 6423878. OLE color: 6423878.
HSL color Cylindrical-coordinate representation of color #460562: hue angle of 281.94º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #460562 is Cyan = 0.29, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 70 | 5 | 98 | - |
| CMYK | 0.29 | 0.95 | 0 | 0.62 |
| HSL | 281.94º | 0.9% | 0.2% | - |
| HSV(B) | 281.94º | 0.95% | 0.38% | - |
| XYZ | 4.78 | 2.29 | 11.75 | - |
| YUV | 35.04 | 163.53 | 152.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 5 | 98 | 0.29 | 0.95 | 0 | 0.62 | 281.94 | 0.9 | 0.2 |
| Hex | 46 | 5 | 62 | 1D | 5F | 0 | 3E | 11A | 5A | 14 |
| Octal | 106 | 5 | 142 | 35 | 137 | 0 | 76 | 432 | 132 | 24 |
| Binary | 1000110 | 101 | 1100010 | 11101 | 1011111 | 0 | 111110 | 100011010 | 1011010 | 10100 |
Color Harmonies of #460562
Complementary color
Monochromatic Colors of #460562
Black with #460562
Text Example
Text Example
White with #460562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460562; }
p { color: rgb(70,5,98); }
H1.HeaderClassName
{
color: #460562;
}
.AnyTagClassName
{
color: #460562;
}
</style>
background-color css
<style>
a { background-color: #460562; }
a { background-color: rgb(70,5,98); }
div.DivClassName
{
background-color: #460562;
}
.BgClassName
{
background-color: #460562;
}
</style>
border-color css
<style>
span { border-color: #460562; }
span { border-color: rgb(70,5,98); }
td.TdClassName
{
border-color: #460562;
}
.TagClassName
{
border-color: #460562;
}
</style>