Shades of Indigo #671190
Tints of Indigo #671190
RGB
CMYK
RGB Variations
Color information
#671190 (or 0x671190) is known color: Indigo. HEX triplet: 67, 11 and 90. RGB value is (103,17,144). Sum of RGB (Red+Green+Blue) = 103+17+144=264 (34% of max value = 765). Red value is 103 (40.62% from 255 or 39.02% from 264); Green value is 17 (7.03% from 255 or 6.44% from 264); Blue value is 144 (56.64% from 255 or 54.55% from 264); Max value from RGB is 144 - color contains mainly: blue. Hex color #671190 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #671190 is #98EE6F. Grayscale: #383838. Windows color (decimal): -10022512 or 9441639. OLE color: 9441639.
HSL color Cylindrical-coordinate representation of color #671190: hue angle of 280.63º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #671190 is Cyan = 0.28, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 103 | 17 | 144 | - |
| CMYK | 0.28 | 0.88 | 0 | 0.44 |
| HSL | 280.63º | 0.79% | 0.32% | - |
| HSV(B) | 280.63º | 0.88% | 0.56% | - |
| XYZ | 10.83 | 5.3 | 26.84 | - |
| YUV | 57.19 | 176.99 | 160.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 17 | 144 | 0.28 | 0.88 | 0 | 0.44 | 280.63 | 0.79 | 0.32 |
| Hex | 67 | 11 | 90 | 1C | 58 | 0 | 2C | 119 | 4F | 20 |
| Octal | 147 | 21 | 220 | 34 | 130 | 0 | 54 | 431 | 117 | 40 |
| Binary | 1100111 | 10001 | 10010000 | 11100 | 1011000 | 0 | 101100 | 100011001 | 1001111 | 100000 |
Color Harmonies of #671190
Complementary color
Monochromatic Colors of #671190
Black with #671190
Text Example
Text Example
White with #671190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671190; }
p { color: rgb(103,17,144); }
H1.HeaderClassName
{
color: #671190;
}
.AnyTagClassName
{
color: #671190;
}
</style>
background-color css
<style>
a { background-color: #671190; }
a { background-color: rgb(103,17,144); }
div.DivClassName
{
background-color: #671190;
}
.BgClassName
{
background-color: #671190;
}
</style>
border-color css
<style>
span { border-color: #671190; }
span { border-color: rgb(103,17,144); }
td.TdClassName
{
border-color: #671190;
}
.TagClassName
{
border-color: #671190;
}
</style>