Shades of Indigo #460482
Tints of Indigo #460482
RGB
CMYK
RGB Variations
Color information
#460482 (or 0x460482) is known color: Indigo. HEX triplet: 46, 04 and 82. RGB value is (70,4,130). Sum of RGB (Red+Green+Blue) = 70+4+130=204 (27% of max value = 765). Red value is 70 (27.73% from 255 or 34.31% from 204); Green value is 4 (1.95% from 255 or 1.96% from 204); Blue value is 130 (51.17% from 255 or 63.73% from 204); Max value from RGB is 130 - color contains mainly: blue. Hex color #460482 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #460482 is #B9FB7D. Grayscale: #252525. Windows color (decimal): -12188542 or 8520774. OLE color: 8520774.
HSL color Cylindrical-coordinate representation of color #460482: hue angle of 271.43º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #460482 is Cyan = 0.46, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 70 | 4 | 130 | - |
| CMYK | 0.46 | 0.97 | 0 | 0.49 |
| HSL | 271.43º | 0.94% | 0.26% | - |
| HSV(B) | 271.43º | 0.97% | 0.51% | - |
| XYZ | 6.6 | 3 | 21.35 | - |
| YUV | 38.1 | 179.87 | 150.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 4 | 130 | 0.46 | 0.97 | 0 | 0.49 | 271.43 | 0.94 | 0.26 |
| Hex | 46 | 4 | 82 | 2E | 61 | 0 | 31 | 10F | 5E | 1A |
| Octal | 106 | 4 | 202 | 56 | 141 | 0 | 61 | 417 | 136 | 32 |
| Binary | 1000110 | 100 | 10000010 | 101110 | 1100001 | 0 | 110001 | 100001111 | 1011110 | 11010 |
Color Harmonies of #460482
Complementary color
Monochromatic Colors of #460482
Black with #460482
Text Example
Text Example
White with #460482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460482; }
p { color: rgb(70,4,130); }
H1.HeaderClassName
{
color: #460482;
}
.AnyTagClassName
{
color: #460482;
}
</style>
background-color css
<style>
a { background-color: #460482; }
a { background-color: rgb(70,4,130); }
div.DivClassName
{
background-color: #460482;
}
.BgClassName
{
background-color: #460482;
}
</style>
border-color css
<style>
span { border-color: #460482; }
span { border-color: rgb(70,4,130); }
td.TdClassName
{
border-color: #460482;
}
.TagClassName
{
border-color: #460482;
}
</style>