Shades of Indigo #671194
Tints of Indigo #671194
RGB
CMYK
RGB Variations
Color information
#671194 (or 0x671194) is known color: Indigo. HEX triplet: 67, 11 and 94. RGB value is (103,17,148). Sum of RGB (Red+Green+Blue) = 103+17+148=268 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.43% from 268); Green value is 17 (7.03% from 255 or 6.34% from 268); Blue value is 148 (58.20% from 255 or 55.22% from 268); Max value from RGB is 148 - color contains mainly: blue. Hex color #671194 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #671194 is #98EE6B. Grayscale: #393939. Windows color (decimal): -10022508 or 9703783. OLE color: 9703783.
HSL color Cylindrical-coordinate representation of color #671194: hue angle of 279.39º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #671194 is Cyan = 0.30, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 103 | 17 | 148 | - |
| CMYK | 0.30 | 0.89 | 0 | 0.42 |
| HSL | 279.39º | 0.79% | 0.32% | - |
| HSV(B) | 279.39º | 0.89% | 0.58% | - |
| XYZ | 11.14 | 5.42 | 28.48 | - |
| YUV | 57.65 | 178.99 | 160.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 17 | 148 | 0.30 | 0.89 | 0 | 0.42 | 279.39 | 0.79 | 0.32 |
| Hex | 67 | 11 | 94 | 1E | 59 | 0 | 2A | 117 | 4F | 20 |
| Octal | 147 | 21 | 224 | 36 | 131 | 0 | 52 | 427 | 117 | 40 |
| Binary | 1100111 | 10001 | 10010100 | 11110 | 1011001 | 0 | 101010 | 100010111 | 1001111 | 100000 |
Color Harmonies of #671194
Complementary color
Monochromatic Colors of #671194
Black with #671194
Text Example
Text Example
White with #671194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671194; }
p { color: rgb(103,17,148); }
H1.HeaderClassName
{
color: #671194;
}
.AnyTagClassName
{
color: #671194;
}
</style>
background-color css
<style>
a { background-color: #671194; }
a { background-color: rgb(103,17,148); }
div.DivClassName
{
background-color: #671194;
}
.BgClassName
{
background-color: #671194;
}
</style>
border-color css
<style>
span { border-color: #671194; }
span { border-color: rgb(103,17,148); }
td.TdClassName
{
border-color: #671194;
}
.TagClassName
{
border-color: #671194;
}
</style>