Shades of Indigo #460262
Tints of Indigo #460262
RGB
CMYK
RGB Variations
Color information
#460262 (or 0x460262) is known color: Indigo. HEX triplet: 46, 02 and 62. RGB value is (70,2,98). Sum of RGB (Red+Green+Blue) = 70+2+98=170 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.18% from 170); Green value is 2 (1.17% from 255 or 1.18% from 170); Blue value is 98 (38.67% from 255 or 57.65% from 170); Max value from RGB is 98 - color contains mainly: blue. Hex color #460262 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460262 is #B9FD9D. Grayscale: #202020. Windows color (decimal): -12189086 or 6423110. OLE color: 6423110.
HSL color Cylindrical-coordinate representation of color #460262: hue angle of 282.5º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #460262 is Cyan = 0.29, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 70 | 2 | 98 | - |
| CMYK | 0.29 | 0.98 | 0 | 0.62 |
| HSL | 282.5º | 0.96% | 0.2% | - |
| HSV(B) | 282.5º | 0.98% | 0.38% | - |
| XYZ | 4.75 | 2.23 | 11.73 | - |
| YUV | 33.28 | 164.53 | 154.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 2 | 98 | 0.29 | 0.98 | 0 | 0.62 | 282.5 | 0.96 | 0.2 |
| Hex | 46 | 2 | 62 | 1D | 62 | 0 | 3E | 11A | 60 | 14 |
| Octal | 106 | 2 | 142 | 35 | 142 | 0 | 76 | 432 | 140 | 24 |
| Binary | 1000110 | 10 | 1100010 | 11101 | 1100010 | 0 | 111110 | 100011010 | 1100000 | 10100 |
Color Harmonies of #460262
Complementary color
Monochromatic Colors of #460262
Black with #460262
Text Example
Text Example
White with #460262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460262; }
p { color: rgb(70,2,98); }
H1.HeaderClassName
{
color: #460262;
}
.AnyTagClassName
{
color: #460262;
}
</style>
background-color css
<style>
a { background-color: #460262; }
a { background-color: rgb(70,2,98); }
div.DivClassName
{
background-color: #460262;
}
.BgClassName
{
background-color: #460262;
}
</style>
border-color css
<style>
span { border-color: #460262; }
span { border-color: rgb(70,2,98); }
td.TdClassName
{
border-color: #460262;
}
.TagClassName
{
border-color: #460262;
}
</style>