Shades of Indigo #671386
Tints of Indigo #671386
RGB
CMYK
RGB Variations
Color information
#671386 (or 0x671386) is known color: Indigo. HEX triplet: 67, 13 and 86. RGB value is (103,19,134). Sum of RGB (Red+Green+Blue) = 103+19+134=256 (33% of max value = 765). Red value is 103 (40.62% from 255 or 40.23% from 256); Green value is 19 (7.81% from 255 or 7.42% from 256); Blue value is 134 (52.73% from 255 or 52.34% from 256); Max value from RGB is 134 - color contains mainly: blue. Hex color #671386 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #671386 is #98EC79. Grayscale: #383838. Windows color (decimal): -10022010 or 8786791. OLE color: 8786791.
HSL color Cylindrical-coordinate representation of color #671386: hue angle of 283.83º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #671386 is Cyan = 0.23, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 103 | 19 | 134 | - |
| CMYK | 0.23 | 0.86 | 0 | 0.47 |
| HSL | 283.83º | 0.75% | 0.3% | - |
| HSV(B) | 283.83º | 0.86% | 0.53% | - |
| XYZ | 10.13 | 5.07 | 23 | - |
| YUV | 57.23 | 171.33 | 160.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 19 | 134 | 0.23 | 0.86 | 0 | 0.47 | 283.83 | 0.75 | 0.3 |
| Hex | 67 | 13 | 86 | 17 | 56 | 0 | 2F | 11C | 4B | 1E |
| Octal | 147 | 23 | 206 | 27 | 126 | 0 | 57 | 434 | 113 | 36 |
| Binary | 1100111 | 10011 | 10000110 | 10111 | 1010110 | 0 | 101111 | 100011100 | 1001011 | 11110 |
Color Harmonies of #671386
Complementary color
Monochromatic Colors of #671386
Black with #671386
Text Example
Text Example
White with #671386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671386; }
p { color: rgb(103,19,134); }
H1.HeaderClassName
{
color: #671386;
}
.AnyTagClassName
{
color: #671386;
}
</style>
background-color css
<style>
a { background-color: #671386; }
a { background-color: rgb(103,19,134); }
div.DivClassName
{
background-color: #671386;
}
.BgClassName
{
background-color: #671386;
}
</style>
border-color css
<style>
span { border-color: #671386; }
span { border-color: rgb(103,19,134); }
td.TdClassName
{
border-color: #671386;
}
.TagClassName
{
border-color: #671386;
}
</style>