Shades of Indigo #461487
Tints of Indigo #461487
RGB
CMYK
RGB Variations
Color information
#461487 (or 0x461487) is known color: Indigo. HEX triplet: 46, 14 and 87. RGB value is (70,20,135). Sum of RGB (Red+Green+Blue) = 70+20+135=225 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.11% from 225); Green value is 20 (8.20% from 255 or 8.89% from 225); Blue value is 135 (53.12% from 255 or 60% from 225); Max value from RGB is 135 - color contains mainly: blue. Hex color #461487 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #461487 is #B9EB78. Grayscale: #2F2F2F. Windows color (decimal): -12184441 or 8852550. OLE color: 8852550.
HSL color Cylindrical-coordinate representation of color #461487: hue angle of 266.09º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #461487 is Cyan = 0.48, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 70 | 20 | 135 | - |
| CMYK | 0.48 | 0.85 | 0 | 0.47 |
| HSL | 266.09º | 0.74% | 0.3% | - |
| HSV(B) | 266.09º | 0.85% | 0.53% | - |
| XYZ | 7.15 | 3.55 | 23.23 | - |
| YUV | 48.06 | 177.07 | 143.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 20 | 135 | 0.48 | 0.85 | 0 | 0.47 | 266.09 | 0.74 | 0.3 |
| Hex | 46 | 14 | 87 | 30 | 55 | 0 | 2F | 10A | 4A | 1E |
| Octal | 106 | 24 | 207 | 60 | 125 | 0 | 57 | 412 | 112 | 36 |
| Binary | 1000110 | 10100 | 10000111 | 110000 | 1010101 | 0 | 101111 | 100001010 | 1001010 | 11110 |
Color Harmonies of #461487
Complementary color
Monochromatic Colors of #461487
Black with #461487
Text Example
Text Example
White with #461487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461487; }
p { color: rgb(70,20,135); }
H1.HeaderClassName
{
color: #461487;
}
.AnyTagClassName
{
color: #461487;
}
</style>
background-color css
<style>
a { background-color: #461487; }
a { background-color: rgb(70,20,135); }
div.DivClassName
{
background-color: #461487;
}
.BgClassName
{
background-color: #461487;
}
</style>
border-color css
<style>
span { border-color: #461487; }
span { border-color: rgb(70,20,135); }
td.TdClassName
{
border-color: #461487;
}
.TagClassName
{
border-color: #461487;
}
</style>