Shades of Indigo #460982
Tints of Indigo #460982
RGB
CMYK
RGB Variations
Color information
#460982 (or 0x460982) is known color: Indigo. HEX triplet: 46, 09 and 82. RGB value is (70,9,130). Sum of RGB (Red+Green+Blue) = 70+9+130=209 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.49% from 209); Green value is 9 (3.91% from 255 or 4.31% from 209); Blue value is 130 (51.17% from 255 or 62.20% from 209); Max value from RGB is 130 - color contains mainly: blue. Hex color #460982 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #460982 is #B9F67D. Grayscale: #282828. Windows color (decimal): -12187262 or 8522054. OLE color: 8522054.
HSL color Cylindrical-coordinate representation of color #460982: hue angle of 270.25º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #460982 is Cyan = 0.46, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 70 | 9 | 130 | - |
| CMYK | 0.46 | 0.93 | 0 | 0.49 |
| HSL | 270.25º | 0.87% | 0.27% | - |
| HSV(B) | 270.25º | 0.93% | 0.51% | - |
| XYZ | 6.65 | 3.11 | 21.37 | - |
| YUV | 41.03 | 178.21 | 148.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 9 | 130 | 0.46 | 0.93 | 0 | 0.49 | 270.25 | 0.87 | 0.27 |
| Hex | 46 | 9 | 82 | 2E | 5D | 0 | 31 | 10E | 57 | 1B |
| Octal | 106 | 11 | 202 | 56 | 135 | 0 | 61 | 416 | 127 | 33 |
| Binary | 1000110 | 1001 | 10000010 | 101110 | 1011101 | 0 | 110001 | 100001110 | 1010111 | 11011 |
Color Harmonies of #460982
Complementary color
Monochromatic Colors of #460982
Black with #460982
Text Example
Text Example
White with #460982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460982; }
p { color: rgb(70,9,130); }
H1.HeaderClassName
{
color: #460982;
}
.AnyTagClassName
{
color: #460982;
}
</style>
background-color css
<style>
a { background-color: #460982; }
a { background-color: rgb(70,9,130); }
div.DivClassName
{
background-color: #460982;
}
.BgClassName
{
background-color: #460982;
}
</style>
border-color css
<style>
span { border-color: #460982; }
span { border-color: rgb(70,9,130); }
td.TdClassName
{
border-color: #460982;
}
.TagClassName
{
border-color: #460982;
}
</style>