Shades of Indigo #460584
Tints of Indigo #460584
RGB
CMYK
RGB Variations
Color information
#460584 (or 0x460584) is known color: Indigo. HEX triplet: 46, 05 and 84. RGB value is (70,5,132). Sum of RGB (Red+Green+Blue) = 70+5+132=207 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.82% from 207); Green value is 5 (2.34% from 255 or 2.42% from 207); Blue value is 132 (51.95% from 255 or 63.77% from 207); Max value from RGB is 132 - color contains mainly: blue. Hex color #460584 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #460584 is #B9FA7B. Grayscale: #262626. Windows color (decimal): -12188284 or 8652102. OLE color: 8652102.
HSL color Cylindrical-coordinate representation of color #460584: hue angle of 270.71º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #460584 is Cyan = 0.47, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 70 | 5 | 132 | - |
| CMYK | 0.47 | 0.96 | 0 | 0.48 |
| HSL | 270.71º | 0.93% | 0.27% | - |
| HSV(B) | 270.71º | 0.96% | 0.52% | - |
| XYZ | 6.74 | 3.08 | 22.07 | - |
| YUV | 38.91 | 180.53 | 150.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 5 | 132 | 0.47 | 0.96 | 0 | 0.48 | 270.71 | 0.93 | 0.27 |
| Hex | 46 | 5 | 84 | 2F | 60 | 0 | 30 | 10F | 5D | 1B |
| Octal | 106 | 5 | 204 | 57 | 140 | 0 | 60 | 417 | 135 | 33 |
| Binary | 1000110 | 101 | 10000100 | 101111 | 1100000 | 0 | 110000 | 100001111 | 1011101 | 11011 |
Color Harmonies of #460584
Complementary color
Monochromatic Colors of #460584
Black with #460584
Text Example
Text Example
White with #460584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460584; }
p { color: rgb(70,5,132); }
H1.HeaderClassName
{
color: #460584;
}
.AnyTagClassName
{
color: #460584;
}
</style>
background-color css
<style>
a { background-color: #460584; }
a { background-color: rgb(70,5,132); }
div.DivClassName
{
background-color: #460584;
}
.BgClassName
{
background-color: #460584;
}
</style>
border-color css
<style>
span { border-color: #460584; }
span { border-color: rgb(70,5,132); }
td.TdClassName
{
border-color: #460584;
}
.TagClassName
{
border-color: #460584;
}
</style>