Shades of Indigo #460784
Tints of Indigo #460784
RGB
CMYK
RGB Variations
Color information
#460784 (or 0x460784) is known color: Indigo. HEX triplet: 46, 07 and 84. RGB value is (70,7,132). Sum of RGB (Red+Green+Blue) = 70+7+132=209 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.49% from 209); Green value is 7 (3.12% from 255 or 3.35% from 209); Blue value is 132 (51.95% from 255 or 63.16% from 209); Max value from RGB is 132 - color contains mainly: blue. Hex color #460784 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #460784 is #B9F87B. Grayscale: #272727. Windows color (decimal): -12187772 or 8652614. OLE color: 8652614.
HSL color Cylindrical-coordinate representation of color #460784: hue angle of 270.24º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #460784 is Cyan = 0.47, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 70 | 7 | 132 | - |
| CMYK | 0.47 | 0.95 | 0 | 0.48 |
| HSL | 270.24º | 0.9% | 0.27% | - |
| HSV(B) | 270.24º | 0.95% | 0.52% | - |
| XYZ | 6.77 | 3.12 | 22.08 | - |
| YUV | 40.09 | 179.87 | 149.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 7 | 132 | 0.47 | 0.95 | 0 | 0.48 | 270.24 | 0.9 | 0.27 |
| Hex | 46 | 7 | 84 | 2F | 5F | 0 | 30 | 10E | 5A | 1B |
| Octal | 106 | 7 | 204 | 57 | 137 | 0 | 60 | 416 | 132 | 33 |
| Binary | 1000110 | 111 | 10000100 | 101111 | 1011111 | 0 | 110000 | 100001110 | 1011010 | 11011 |
Color Harmonies of #460784
Complementary color
Monochromatic Colors of #460784
Black with #460784
Text Example
Text Example
White with #460784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460784; }
p { color: rgb(70,7,132); }
H1.HeaderClassName
{
color: #460784;
}
.AnyTagClassName
{
color: #460784;
}
</style>
background-color css
<style>
a { background-color: #460784; }
a { background-color: rgb(70,7,132); }
div.DivClassName
{
background-color: #460784;
}
.BgClassName
{
background-color: #460784;
}
</style>
border-color css
<style>
span { border-color: #460784; }
span { border-color: rgb(70,7,132); }
td.TdClassName
{
border-color: #460784;
}
.TagClassName
{
border-color: #460784;
}
</style>