Shades of Indigo #460483
Tints of Indigo #460483
RGB
CMYK
RGB Variations
Color information
#460483 (or 0x460483) is known color: Indigo. HEX triplet: 46, 04 and 83. RGB value is (70,4,131). Sum of RGB (Red+Green+Blue) = 70+4+131=205 (27% of max value = 765). Red value is 70 (27.73% from 255 or 34.15% from 205); Green value is 4 (1.95% from 255 or 1.95% from 205); Blue value is 131 (51.56% from 255 or 63.90% from 205); Max value from RGB is 131 - color contains mainly: blue. Hex color #460483 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #460483 is #B9FB7C. Grayscale: #252525. Windows color (decimal): -12188541 or 8586310. OLE color: 8586310.
HSL color Cylindrical-coordinate representation of color #460483: hue angle of 271.18º 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 #460483 is Cyan = 0.47, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 70 | 4 | 131 | - |
| CMYK | 0.47 | 0.97 | 0 | 0.49 |
| HSL | 271.18º | 0.94% | 0.26% | - |
| HSV(B) | 271.18º | 0.97% | 0.51% | - |
| XYZ | 6.67 | 3.03 | 21.71 | - |
| YUV | 38.21 | 180.37 | 150.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 4 | 131 | 0.47 | 0.97 | 0 | 0.49 | 271.18 | 0.94 | 0.26 |
| Hex | 46 | 4 | 83 | 2F | 61 | 0 | 31 | 10F | 5E | 1A |
| Octal | 106 | 4 | 203 | 57 | 141 | 0 | 61 | 417 | 136 | 32 |
| Binary | 1000110 | 100 | 10000011 | 101111 | 1100001 | 0 | 110001 | 100001111 | 1011110 | 11010 |
Color Harmonies of #460483
Complementary color
Monochromatic Colors of #460483
Black with #460483
Text Example
Text Example
White with #460483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460483; }
p { color: rgb(70,4,131); }
H1.HeaderClassName
{
color: #460483;
}
.AnyTagClassName
{
color: #460483;
}
</style>
background-color css
<style>
a { background-color: #460483; }
a { background-color: rgb(70,4,131); }
div.DivClassName
{
background-color: #460483;
}
.BgClassName
{
background-color: #460483;
}
</style>
border-color css
<style>
span { border-color: #460483; }
span { border-color: rgb(70,4,131); }
td.TdClassName
{
border-color: #460483;
}
.TagClassName
{
border-color: #460483;
}
</style>