Shades of Indigo #671397
Tints of Indigo #671397
RGB
CMYK
RGB Variations
Color information
#671397 (or 0x671397) is known color: Indigo. HEX triplet: 67, 13 and 97. RGB value is (103,19,151). Sum of RGB (Red+Green+Blue) = 103+19+151=273 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.73% from 273); Green value is 19 (7.81% from 255 or 6.96% from 273); Blue value is 151 (59.38% from 255 or 55.31% from 273); Max value from RGB is 151 - color contains mainly: blue. Hex color #671397 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #671397 is #98EC68. Grayscale: #3A3A3A. Windows color (decimal): -10021993 or 9900903. OLE color: 9900903.
HSL color Cylindrical-coordinate representation of color #671397: hue angle of 278.18º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #671397 is Cyan = 0.32, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 103 | 19 | 151 | - |
| CMYK | 0.32 | 0.87 | 0 | 0.41 |
| HSL | 278.18º | 0.78% | 0.33% | - |
| HSV(B) | 278.18º | 0.87% | 0.59% | - |
| XYZ | 11.41 | 5.58 | 29.75 | - |
| YUV | 59.16 | 179.83 | 159.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 19 | 151 | 0.32 | 0.87 | 0 | 0.41 | 278.18 | 0.78 | 0.33 |
| Hex | 67 | 13 | 97 | 20 | 57 | 0 | 29 | 116 | 4E | 21 |
| Octal | 147 | 23 | 227 | 40 | 127 | 0 | 51 | 426 | 116 | 41 |
| Binary | 1100111 | 10011 | 10010111 | 100000 | 1010111 | 0 | 101001 | 100010110 | 1001110 | 100001 |
Color Harmonies of #671397
Complementary color
Monochromatic Colors of #671397
Black with #671397
Text Example
Text Example
White with #671397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671397; }
p { color: rgb(103,19,151); }
H1.HeaderClassName
{
color: #671397;
}
.AnyTagClassName
{
color: #671397;
}
</style>
background-color css
<style>
a { background-color: #671397; }
a { background-color: rgb(103,19,151); }
div.DivClassName
{
background-color: #671397;
}
.BgClassName
{
background-color: #671397;
}
</style>
border-color css
<style>
span { border-color: #671397; }
span { border-color: rgb(103,19,151); }
td.TdClassName
{
border-color: #671397;
}
.TagClassName
{
border-color: #671397;
}
</style>