Shades of Indigo #461586
Tints of Indigo #461586
RGB
CMYK
RGB Variations
Color information
#461586 (or 0x461586) is known color: Indigo. HEX triplet: 46, 15 and 86. RGB value is (70,21,134). Sum of RGB (Red+Green+Blue) = 70+21+134=225 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.11% from 225); Green value is 21 (8.59% from 255 or 9.33% from 225); Blue value is 134 (52.73% from 255 or 59.56% from 225); Max value from RGB is 134 - color contains mainly: blue. Hex color #461586 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #461586 is #B9EA79. Grayscale: #303030. Windows color (decimal): -12184186 or 8787270. OLE color: 8787270.
HSL color Cylindrical-coordinate representation of color #461586: hue angle of 266.02º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #461586 is Cyan = 0.48, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 70 | 21 | 134 | - |
| CMYK | 0.48 | 0.84 | 0 | 0.47 |
| HSL | 266.02º | 0.73% | 0.3% | - |
| HSV(B) | 266.02º | 0.84% | 0.53% | - |
| XYZ | 7.1 | 3.56 | 22.87 | - |
| YUV | 48.53 | 176.23 | 143.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 21 | 134 | 0.48 | 0.84 | 0 | 0.47 | 266.02 | 0.73 | 0.3 |
| Hex | 46 | 15 | 86 | 30 | 54 | 0 | 2F | 10A | 49 | 1E |
| Octal | 106 | 25 | 206 | 60 | 124 | 0 | 57 | 412 | 111 | 36 |
| Binary | 1000110 | 10101 | 10000110 | 110000 | 1010100 | 0 | 101111 | 100001010 | 1001001 | 11110 |
Color Harmonies of #461586
Complementary color
Monochromatic Colors of #461586
Black with #461586
Text Example
Text Example
White with #461586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461586; }
p { color: rgb(70,21,134); }
H1.HeaderClassName
{
color: #461586;
}
.AnyTagClassName
{
color: #461586;
}
</style>
background-color css
<style>
a { background-color: #461586; }
a { background-color: rgb(70,21,134); }
div.DivClassName
{
background-color: #461586;
}
.BgClassName
{
background-color: #461586;
}
</style>
border-color css
<style>
span { border-color: #461586; }
span { border-color: rgb(70,21,134); }
td.TdClassName
{
border-color: #461586;
}
.TagClassName
{
border-color: #461586;
}
</style>