Shades of Indigo #671799
Tints of Indigo #671799
RGB
CMYK
RGB Variations
Color information
#671799 (or 0x671799) is known color: Indigo. HEX triplet: 67, 17 and 99. RGB value is (103,23,153). Sum of RGB (Red+Green+Blue) = 103+23+153=279 (36% of max value = 765). Red value is 103 (40.62% from 255 or 36.92% from 279); Green value is 23 (9.38% from 255 or 8.24% from 279); Blue value is 153 (60.16% from 255 or 54.84% from 279); Max value from RGB is 153 - color contains mainly: blue. Hex color #671799 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #671799 is #98E866. Grayscale: #3D3D3D. Windows color (decimal): -10020967 or 10032999. OLE color: 10032999.
HSL color Cylindrical-coordinate representation of color #671799: hue angle of 276.92º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #671799 is Cyan = 0.33, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 103 | 23 | 153 | - |
| CMYK | 0.33 | 0.85 | 0 | 0.4 |
| HSL | 276.92º | 0.74% | 0.35% | - |
| HSV(B) | 276.92º | 0.85% | 0.6% | - |
| XYZ | 11.65 | 5.8 | 30.64 | - |
| YUV | 61.74 | 179.5 | 157.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 23 | 153 | 0.33 | 0.85 | 0 | 0.4 | 276.92 | 0.74 | 0.35 |
| Hex | 67 | 17 | 99 | 21 | 55 | 0 | 28 | 115 | 4A | 23 |
| Octal | 147 | 27 | 231 | 41 | 125 | 0 | 50 | 425 | 112 | 43 |
| Binary | 1100111 | 10111 | 10011001 | 100001 | 1010101 | 0 | 101000 | 100010101 | 1001010 | 100011 |
Color Harmonies of #671799
Complementary color
Monochromatic Colors of #671799
Black with #671799
Text Example
Text Example
White with #671799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671799; }
p { color: rgb(103,23,153); }
H1.HeaderClassName
{
color: #671799;
}
.AnyTagClassName
{
color: #671799;
}
</style>
background-color css
<style>
a { background-color: #671799; }
a { background-color: rgb(103,23,153); }
div.DivClassName
{
background-color: #671799;
}
.BgClassName
{
background-color: #671799;
}
</style>
border-color css
<style>
span { border-color: #671799; }
span { border-color: rgb(103,23,153); }
td.TdClassName
{
border-color: #671799;
}
.TagClassName
{
border-color: #671799;
}
</style>