Shades of Indigo #671586
Tints of Indigo #671586
RGB
CMYK
RGB Variations
Color information
#671586 (or 0x671586) is known color: Indigo. HEX triplet: 67, 15 and 86. RGB value is (103,21,134). Sum of RGB (Red+Green+Blue) = 103+21+134=258 (34% of max value = 765). Red value is 103 (40.62% from 255 or 39.92% from 258); Green value is 21 (8.59% from 255 or 8.14% from 258); Blue value is 134 (52.73% from 255 or 51.94% from 258); Max value from RGB is 134 - color contains mainly: blue. Hex color #671586 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #671586 is #98EA79. Grayscale: #3A3A3A. Windows color (decimal): -10021498 or 8787303. OLE color: 8787303.
HSL color Cylindrical-coordinate representation of color #671586: hue angle of 283.54º 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 #671586 is Cyan = 0.23, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 103 | 21 | 134 | - |
| CMYK | 0.23 | 0.84 | 0 | 0.47 |
| HSL | 283.54º | 0.73% | 0.3% | - |
| HSV(B) | 283.54º | 0.84% | 0.53% | - |
| XYZ | 10.16 | 5.14 | 23.01 | - |
| YUV | 58.4 | 170.67 | 159.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 21 | 134 | 0.23 | 0.84 | 0 | 0.47 | 283.54 | 0.73 | 0.3 |
| Hex | 67 | 15 | 86 | 17 | 54 | 0 | 2F | 11C | 49 | 1E |
| Octal | 147 | 25 | 206 | 27 | 124 | 0 | 57 | 434 | 111 | 36 |
| Binary | 1100111 | 10101 | 10000110 | 10111 | 1010100 | 0 | 101111 | 100011100 | 1001001 | 11110 |
Color Harmonies of #671586
Complementary color
Monochromatic Colors of #671586
Black with #671586
Text Example
Text Example
White with #671586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671586; }
p { color: rgb(103,21,134); }
H1.HeaderClassName
{
color: #671586;
}
.AnyTagClassName
{
color: #671586;
}
</style>
background-color css
<style>
a { background-color: #671586; }
a { background-color: rgb(103,21,134); }
div.DivClassName
{
background-color: #671586;
}
.BgClassName
{
background-color: #671586;
}
</style>
border-color css
<style>
span { border-color: #671586; }
span { border-color: rgb(103,21,134); }
td.TdClassName
{
border-color: #671586;
}
.TagClassName
{
border-color: #671586;
}
</style>