Shades of Indigo #671089
Tints of Indigo #671089
RGB
CMYK
RGB Variations
Color information
#671089 (or 0x671089) is known color: Indigo. HEX triplet: 67, 10 and 89. RGB value is (103,16,137). Sum of RGB (Red+Green+Blue) = 103+16+137=256 (33% of max value = 765). Red value is 103 (40.62% from 255 or 40.23% from 256); Green value is 16 (6.64% from 255 or 6.25% from 256); Blue value is 137 (53.91% from 255 or 53.52% from 256); Max value from RGB is 137 - color contains mainly: blue. Hex color #671089 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #671089 is #98EF76. Grayscale: #373737. Windows color (decimal): -10022775 or 8982631. OLE color: 8982631.
HSL color Cylindrical-coordinate representation of color #671089: hue angle of 283.14º degrees, saturation: 0.79, 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 #671089 is Cyan = 0.25, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 103 | 16 | 137 | - |
| CMYK | 0.25 | 0.88 | 0 | 0.46 |
| HSL | 283.14º | 0.79% | 0.3% | - |
| HSV(B) | 283.14º | 0.88% | 0.54% | - |
| XYZ | 10.29 | 5.06 | 24.1 | - |
| YUV | 55.81 | 173.82 | 161.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 16 | 137 | 0.25 | 0.88 | 0 | 0.46 | 283.14 | 0.79 | 0.3 |
| Hex | 67 | 10 | 89 | 19 | 58 | 0 | 2E | 11B | 4F | 1E |
| Octal | 147 | 20 | 211 | 31 | 130 | 0 | 56 | 433 | 117 | 36 |
| Binary | 1100111 | 10000 | 10001001 | 11001 | 1011000 | 0 | 101110 | 100011011 | 1001111 | 11110 |
Color Harmonies of #671089
Complementary color
Monochromatic Colors of #671089
Black with #671089
Text Example
Text Example
White with #671089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671089; }
p { color: rgb(103,16,137); }
H1.HeaderClassName
{
color: #671089;
}
.AnyTagClassName
{
color: #671089;
}
</style>
background-color css
<style>
a { background-color: #671089; }
a { background-color: rgb(103,16,137); }
div.DivClassName
{
background-color: #671089;
}
.BgClassName
{
background-color: #671089;
}
</style>
border-color css
<style>
span { border-color: #671089; }
span { border-color: rgb(103,16,137); }
td.TdClassName
{
border-color: #671089;
}
.TagClassName
{
border-color: #671089;
}
</style>