Shades of Indigo #671189
Tints of Indigo #671189
RGB
CMYK
RGB Variations
Color information
#671189 (or 0x671189) is known color: Indigo. HEX triplet: 67, 11 and 89. RGB value is (103,17,137). Sum of RGB (Red+Green+Blue) = 103+17+137=257 (34% of max value = 765). Red value is 103 (40.62% from 255 or 40.08% from 257); Green value is 17 (7.03% from 255 or 6.61% from 257); Blue value is 137 (53.91% from 255 or 53.31% from 257); Max value from RGB is 137 - color contains mainly: blue. Hex color #671189 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #671189 is #98EE76. Grayscale: #383838. Windows color (decimal): -10022519 or 8982887. OLE color: 8982887.
HSL color Cylindrical-coordinate representation of color #671189: hue angle of 283º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #671189 is Cyan = 0.25, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 103 | 17 | 137 | - |
| CMYK | 0.25 | 0.88 | 0 | 0.46 |
| HSL | 283º | 0.78% | 0.3% | - |
| HSV(B) | 283º | 0.88% | 0.54% | - |
| XYZ | 10.31 | 5.09 | 24.11 | - |
| YUV | 56.39 | 173.49 | 161.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 17 | 137 | 0.25 | 0.88 | 0 | 0.46 | 283 | 0.78 | 0.3 |
| Hex | 67 | 11 | 89 | 19 | 58 | 0 | 2E | 11B | 4E | 1E |
| Octal | 147 | 21 | 211 | 31 | 130 | 0 | 56 | 433 | 116 | 36 |
| Binary | 1100111 | 10001 | 10001001 | 11001 | 1011000 | 0 | 101110 | 100011011 | 1001110 | 11110 |
Color Harmonies of #671189
Complementary color
Monochromatic Colors of #671189
Black with #671189
Text Example
Text Example
White with #671189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671189; }
p { color: rgb(103,17,137); }
H1.HeaderClassName
{
color: #671189;
}
.AnyTagClassName
{
color: #671189;
}
</style>
background-color css
<style>
a { background-color: #671189; }
a { background-color: rgb(103,17,137); }
div.DivClassName
{
background-color: #671189;
}
.BgClassName
{
background-color: #671189;
}
</style>
border-color css
<style>
span { border-color: #671189; }
span { border-color: rgb(103,17,137); }
td.TdClassName
{
border-color: #671189;
}
.TagClassName
{
border-color: #671189;
}
</style>