Shades of Indigo #460884
Tints of Indigo #460884
RGB
CMYK
RGB Variations
Color information
#460884 (or 0x460884) is known color: Indigo. HEX triplet: 46, 08 and 84. RGB value is (70,8,132). Sum of RGB (Red+Green+Blue) = 70+8+132=210 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.33% from 210); Green value is 8 (3.52% from 255 or 3.81% from 210); Blue value is 132 (51.95% from 255 or 62.86% from 210); Max value from RGB is 132 - color contains mainly: blue. Hex color #460884 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #460884 is #B9F77B. Grayscale: #282828. Windows color (decimal): -12187516 or 8652870. OLE color: 8652870.
HSL color Cylindrical-coordinate representation of color #460884: hue angle of 270º degrees, saturation: 0.89, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #460884 is Cyan = 0.47, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 70 | 8 | 132 | - |
| CMYK | 0.47 | 0.94 | 0 | 0.48 |
| HSL | 270º | 0.89% | 0.27% | - |
| HSV(B) | 270º | 0.94% | 0.52% | - |
| XYZ | 6.78 | 3.14 | 22.08 | - |
| YUV | 40.67 | 179.54 | 148.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 8 | 132 | 0.47 | 0.94 | 0 | 0.48 | 270 | 0.89 | 0.27 |
| Hex | 46 | 8 | 84 | 2F | 5E | 0 | 30 | 10E | 59 | 1B |
| Octal | 106 | 10 | 204 | 57 | 136 | 0 | 60 | 416 | 131 | 33 |
| Binary | 1000110 | 1000 | 10000100 | 101111 | 1011110 | 0 | 110000 | 100001110 | 1011001 | 11011 |
Color Harmonies of #460884
Complementary color
Monochromatic Colors of #460884
Black with #460884
Text Example
Text Example
White with #460884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460884; }
p { color: rgb(70,8,132); }
H1.HeaderClassName
{
color: #460884;
}
.AnyTagClassName
{
color: #460884;
}
</style>
background-color css
<style>
a { background-color: #460884; }
a { background-color: rgb(70,8,132); }
div.DivClassName
{
background-color: #460884;
}
.BgClassName
{
background-color: #460884;
}
</style>
border-color css
<style>
span { border-color: #460884; }
span { border-color: rgb(70,8,132); }
td.TdClassName
{
border-color: #460884;
}
.TagClassName
{
border-color: #460884;
}
</style>