Shades of Indigo #661194
Tints of Indigo #661194
RGB
CMYK
RGB Variations
Color information
#661194 (or 0x661194) is known color: Indigo. HEX triplet: 66, 11 and 94. RGB value is (102,17,148). Sum of RGB (Red+Green+Blue) = 102+17+148=267 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.20% from 267); Green value is 17 (7.03% from 255 or 6.37% from 267); Blue value is 148 (58.20% from 255 or 55.43% from 267); Max value from RGB is 148 - color contains mainly: blue. Hex color #661194 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #661194 is #99EE6B. Grayscale: #383838. Windows color (decimal): -10088044 or 9703782. OLE color: 9703782.
HSL color Cylindrical-coordinate representation of color #661194: hue angle of 278.93º 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 #661194 is Cyan = 0.31, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 102 | 17 | 148 | - |
| CMYK | 0.31 | 0.89 | 0 | 0.42 |
| HSL | 278.93º | 0.79% | 0.32% | - |
| HSV(B) | 278.93º | 0.89% | 0.58% | - |
| XYZ | 11.03 | 5.36 | 28.47 | - |
| YUV | 57.35 | 179.16 | 159.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 17 | 148 | 0.31 | 0.89 | 0 | 0.42 | 278.93 | 0.79 | 0.32 |
| Hex | 66 | 11 | 94 | 1F | 59 | 0 | 2A | 117 | 4F | 20 |
| Octal | 146 | 21 | 224 | 37 | 131 | 0 | 52 | 427 | 117 | 40 |
| Binary | 1100110 | 10001 | 10010100 | 11111 | 1011001 | 0 | 101010 | 100010111 | 1001111 | 100000 |
Color Harmonies of #661194
Complementary color
Monochromatic Colors of #661194
Black with #661194
Text Example
Text Example
White with #661194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661194; }
p { color: rgb(102,17,148); }
H1.HeaderClassName
{
color: #661194;
}
.AnyTagClassName
{
color: #661194;
}
</style>
background-color css
<style>
a { background-color: #661194; }
a { background-color: rgb(102,17,148); }
div.DivClassName
{
background-color: #661194;
}
.BgClassName
{
background-color: #661194;
}
</style>
border-color css
<style>
span { border-color: #661194; }
span { border-color: rgb(102,17,148); }
td.TdClassName
{
border-color: #661194;
}
.TagClassName
{
border-color: #661194;
}
</style>