Shades of Indigo #460062
Tints of Indigo #460062
RGB
CMYK
RGB Variations
Color information
#460062 (or 0x460062) is known color: Indigo. HEX triplet: 46, 00 and 62. RGB value is (70,0,98). Sum of RGB (Red+Green+Blue) = 70+0+98=168 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.67% from 168); Green value is 0 (0.39% from 255 or 0% from 168); Blue value is 98 (38.67% from 255 or 58.33% from 168); Max value from RGB is 98 - color contains mainly: blue. Hex color #460062 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460062 is #B9FF9D. Grayscale: #1F1F1F. Windows color (decimal): -12189598 or 6422598. OLE color: 6422598.
HSL color Cylindrical-coordinate representation of color #460062: hue angle of 282.86º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #460062 is Cyan = 0.29, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 70 | 0 | 98 | - |
| CMYK | 0.29 | 1 | 0 | 0.62 |
| HSL | 282.86º | 1% | 0.19% | - |
| HSV(B) | 282.86º | 1% | 0.38% | - |
| XYZ | 4.73 | 2.18 | 11.73 | - |
| YUV | 32.1 | 165.19 | 155.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 0 | 98 | 0.29 | 1 | 0 | 0.62 | 282.86 | 1 | 0.19 |
| Hex | 46 | 0 | 62 | 1D | 64 | 0 | 3E | 11B | 64 | 13 |
| Octal | 106 | 0 | 142 | 35 | 144 | 0 | 76 | 433 | 144 | 23 |
| Binary | 1000110 | 0 | 1100010 | 11101 | 1100100 | 0 | 111110 | 100011011 | 1100100 | 10011 |
Color Harmonies of #460062
Complementary color
Monochromatic Colors of #460062
Black with #460062
Text Example
Text Example
White with #460062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460062; }
p { color: rgb(70,0,98); }
H1.HeaderClassName
{
color: #460062;
}
.AnyTagClassName
{
color: #460062;
}
</style>
background-color css
<style>
a { background-color: #460062; }
a { background-color: rgb(70,0,98); }
div.DivClassName
{
background-color: #460062;
}
.BgClassName
{
background-color: #460062;
}
</style>
border-color css
<style>
span { border-color: #460062; }
span { border-color: rgb(70,0,98); }
td.TdClassName
{
border-color: #460062;
}
.TagClassName
{
border-color: #460062;
}
</style>