Shades of Indigo #671195
Tints of Indigo #671195
RGB
CMYK
RGB Variations
Color information
#671195 (or 0x671195) is known color: Indigo. HEX triplet: 67, 11 and 95. RGB value is (103,17,149). Sum of RGB (Red+Green+Blue) = 103+17+149=269 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.29% from 269); Green value is 17 (7.03% from 255 or 6.32% from 269); Blue value is 149 (58.59% from 255 or 55.39% from 269); Max value from RGB is 149 - color contains mainly: blue. Hex color #671195 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #671195 is #98EE6A. Grayscale: #393939. Windows color (decimal): -10022507 or 9769319. OLE color: 9769319.
HSL color Cylindrical-coordinate representation of color #671195: hue angle of 279.09º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #671195 is Cyan = 0.31, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 103 | 17 | 149 | - |
| CMYK | 0.31 | 0.89 | 0 | 0.42 |
| HSL | 279.09º | 0.8% | 0.33% | - |
| HSV(B) | 279.09º | 0.89% | 0.58% | - |
| XYZ | 11.22 | 5.45 | 28.9 | - |
| YUV | 57.76 | 179.49 | 160.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 17 | 149 | 0.31 | 0.89 | 0 | 0.42 | 279.09 | 0.8 | 0.33 |
| Hex | 67 | 11 | 95 | 1F | 59 | 0 | 2A | 117 | 50 | 21 |
| Octal | 147 | 21 | 225 | 37 | 131 | 0 | 52 | 427 | 120 | 41 |
| Binary | 1100111 | 10001 | 10010101 | 11111 | 1011001 | 0 | 101010 | 100010111 | 1010000 | 100001 |
Color Harmonies of #671195
Complementary color
Monochromatic Colors of #671195
Black with #671195
Text Example
Text Example
White with #671195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671195; }
p { color: rgb(103,17,149); }
H1.HeaderClassName
{
color: #671195;
}
.AnyTagClassName
{
color: #671195;
}
</style>
background-color css
<style>
a { background-color: #671195; }
a { background-color: rgb(103,17,149); }
div.DivClassName
{
background-color: #671195;
}
.BgClassName
{
background-color: #671195;
}
</style>
border-color css
<style>
span { border-color: #671195; }
span { border-color: rgb(103,17,149); }
td.TdClassName
{
border-color: #671195;
}
.TagClassName
{
border-color: #671195;
}
</style>