Shades of Indigo #671589
Tints of Indigo #671589
RGB
CMYK
RGB Variations
Color information
#671589 (or 0x671589) is known color: Indigo. HEX triplet: 67, 15 and 89. RGB value is (103,21,137). Sum of RGB (Red+Green+Blue) = 103+21+137=261 (34% of max value = 765). Red value is 103 (40.62% from 255 or 39.46% from 261); Green value is 21 (8.59% from 255 or 8.05% from 261); Blue value is 137 (53.91% from 255 or 52.49% from 261); Max value from RGB is 137 - color contains mainly: blue. Hex color #671589 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #671589 is #98EA76. Grayscale: #3A3A3A. Windows color (decimal): -10021495 or 8983911. OLE color: 8983911.
HSL color Cylindrical-coordinate representation of color #671589: hue angle of 282.41º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #671589 is Cyan = 0.25, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 103 | 21 | 137 | - |
| CMYK | 0.25 | 0.85 | 0 | 0.46 |
| HSL | 282.41º | 0.73% | 0.31% | - |
| HSV(B) | 282.41º | 0.85% | 0.54% | - |
| XYZ | 10.38 | 5.23 | 24.13 | - |
| YUV | 58.74 | 172.17 | 159.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 21 | 137 | 0.25 | 0.85 | 0 | 0.46 | 282.41 | 0.73 | 0.31 |
| Hex | 67 | 15 | 89 | 19 | 55 | 0 | 2E | 11A | 49 | 1F |
| Octal | 147 | 25 | 211 | 31 | 125 | 0 | 56 | 432 | 111 | 37 |
| Binary | 1100111 | 10101 | 10001001 | 11001 | 1010101 | 0 | 101110 | 100011010 | 1001001 | 11111 |
Color Harmonies of #671589
Complementary color
Monochromatic Colors of #671589
Black with #671589
Text Example
Text Example
White with #671589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671589; }
p { color: rgb(103,21,137); }
H1.HeaderClassName
{
color: #671589;
}
.AnyTagClassName
{
color: #671589;
}
</style>
background-color css
<style>
a { background-color: #671589; }
a { background-color: rgb(103,21,137); }
div.DivClassName
{
background-color: #671589;
}
.BgClassName
{
background-color: #671589;
}
</style>
border-color css
<style>
span { border-color: #671589; }
span { border-color: rgb(103,21,137); }
td.TdClassName
{
border-color: #671589;
}
.TagClassName
{
border-color: #671589;
}
</style>