Shades of Indigo #671789
Tints of Indigo #671789
RGB
CMYK
RGB Variations
Color information
#671789 (or 0x671789) is known color: Indigo. HEX triplet: 67, 17 and 89. RGB value is (103,23,137). Sum of RGB (Red+Green+Blue) = 103+23+137=263 (34% of max value = 765). Red value is 103 (40.62% from 255 or 39.16% from 263); Green value is 23 (9.38% from 255 or 8.75% from 263); Blue value is 137 (53.91% from 255 or 52.09% from 263); Max value from RGB is 137 - color contains mainly: blue. Hex color #671789 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #671789 is #98E876. Grayscale: #3B3B3B. Windows color (decimal): -10020983 or 8984423. OLE color: 8984423.
HSL color Cylindrical-coordinate representation of color #671789: hue angle of 282.11º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #671789 is Cyan = 0.25, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 103 | 23 | 137 | - |
| CMYK | 0.25 | 0.83 | 0 | 0.46 |
| HSL | 282.11º | 0.71% | 0.31% | - |
| HSV(B) | 282.11º | 0.83% | 0.54% | - |
| XYZ | 10.42 | 5.3 | 24.14 | - |
| YUV | 59.92 | 171.5 | 158.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 23 | 137 | 0.25 | 0.83 | 0 | 0.46 | 282.11 | 0.71 | 0.31 |
| Hex | 67 | 17 | 89 | 19 | 53 | 0 | 2E | 11A | 47 | 1F |
| Octal | 147 | 27 | 211 | 31 | 123 | 0 | 56 | 432 | 107 | 37 |
| Binary | 1100111 | 10111 | 10001001 | 11001 | 1010011 | 0 | 101110 | 100011010 | 1000111 | 11111 |
Color Harmonies of #671789
Complementary color
Monochromatic Colors of #671789
Black with #671789
Text Example
Text Example
White with #671789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671789; }
p { color: rgb(103,23,137); }
H1.HeaderClassName
{
color: #671789;
}
.AnyTagClassName
{
color: #671789;
}
</style>
background-color css
<style>
a { background-color: #671789; }
a { background-color: rgb(103,23,137); }
div.DivClassName
{
background-color: #671789;
}
.BgClassName
{
background-color: #671789;
}
</style>
border-color css
<style>
span { border-color: #671789; }
span { border-color: rgb(103,23,137); }
td.TdClassName
{
border-color: #671789;
}
.TagClassName
{
border-color: #671789;
}
</style>