Shades of Indigo #460162
Tints of Indigo #460162
RGB
CMYK
RGB Variations
Color information
#460162 (or 0x460162) is known color: Indigo. HEX triplet: 46, 01 and 62. RGB value is (70,1,98). Sum of RGB (Red+Green+Blue) = 70+1+98=169 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.42% from 169); Green value is 1 (0.78% from 255 or 0.59% from 169); Blue value is 98 (38.67% from 255 or 57.99% from 169); Max value from RGB is 98 - color contains mainly: blue. Hex color #460162 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460162 is #B9FE9D. Grayscale: #202020. Windows color (decimal): -12189342 or 6422854. OLE color: 6422854.
HSL color Cylindrical-coordinate representation of color #460162: hue angle of 282.68º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #460162 is Cyan = 0.29, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 70 | 1 | 98 | - |
| CMYK | 0.29 | 0.99 | 0 | 0.62 |
| HSL | 282.68º | 0.98% | 0.19% | - |
| HSV(B) | 282.68º | 0.99% | 0.38% | - |
| XYZ | 4.74 | 2.21 | 11.73 | - |
| YUV | 32.69 | 164.86 | 154.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 1 | 98 | 0.29 | 0.99 | 0 | 0.62 | 282.68 | 0.98 | 0.19 |
| Hex | 46 | 1 | 62 | 1D | 63 | 0 | 3E | 11B | 62 | 13 |
| Octal | 106 | 1 | 142 | 35 | 143 | 0 | 76 | 433 | 142 | 23 |
| Binary | 1000110 | 1 | 1100010 | 11101 | 1100011 | 0 | 111110 | 100011011 | 1100010 | 10011 |
Color Harmonies of #460162
Complementary color
Monochromatic Colors of #460162
Black with #460162
Text Example
Text Example
White with #460162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460162; }
p { color: rgb(70,1,98); }
H1.HeaderClassName
{
color: #460162;
}
.AnyTagClassName
{
color: #460162;
}
</style>
background-color css
<style>
a { background-color: #460162; }
a { background-color: rgb(70,1,98); }
div.DivClassName
{
background-color: #460162;
}
.BgClassName
{
background-color: #460162;
}
</style>
border-color css
<style>
span { border-color: #460162; }
span { border-color: rgb(70,1,98); }
td.TdClassName
{
border-color: #460162;
}
.TagClassName
{
border-color: #460162;
}
</style>