Shades of Indigo #461486
Tints of Indigo #461486
RGB
CMYK
RGB Variations
Color information
#461486 (or 0x461486) is known color: Indigo. HEX triplet: 46, 14 and 86. RGB value is (70,20,134). Sum of RGB (Red+Green+Blue) = 70+20+134=224 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.25% from 224); Green value is 20 (8.20% from 255 or 8.93% from 224); Blue value is 134 (52.73% from 255 or 59.82% from 224); Max value from RGB is 134 - color contains mainly: blue. Hex color #461486 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #461486 is #B9EB79. Grayscale: #2F2F2F. Windows color (decimal): -12184442 or 8787014. OLE color: 8787014.
HSL color Cylindrical-coordinate representation of color #461486: hue angle of 266.32º 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 #461486 is Cyan = 0.48, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 70 | 20 | 134 | - |
| CMYK | 0.48 | 0.85 | 0 | 0.47 |
| HSL | 266.32º | 0.74% | 0.3% | - |
| HSV(B) | 266.32º | 0.85% | 0.53% | - |
| XYZ | 7.08 | 3.52 | 22.86 | - |
| YUV | 47.95 | 176.57 | 143.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 20 | 134 | 0.48 | 0.85 | 0 | 0.47 | 266.32 | 0.74 | 0.3 |
| Hex | 46 | 14 | 86 | 30 | 55 | 0 | 2F | 10A | 4A | 1E |
| Octal | 106 | 24 | 206 | 60 | 125 | 0 | 57 | 412 | 112 | 36 |
| Binary | 1000110 | 10100 | 10000110 | 110000 | 1010101 | 0 | 101111 | 100001010 | 1001010 | 11110 |
Color Harmonies of #461486
Complementary color
Monochromatic Colors of #461486
Black with #461486
Text Example
Text Example
White with #461486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461486; }
p { color: rgb(70,20,134); }
H1.HeaderClassName
{
color: #461486;
}
.AnyTagClassName
{
color: #461486;
}
</style>
background-color css
<style>
a { background-color: #461486; }
a { background-color: rgb(70,20,134); }
div.DivClassName
{
background-color: #461486;
}
.BgClassName
{
background-color: #461486;
}
</style>
border-color css
<style>
span { border-color: #461486; }
span { border-color: rgb(70,20,134); }
td.TdClassName
{
border-color: #461486;
}
.TagClassName
{
border-color: #461486;
}
</style>