Shades of Indigo #660FA1
Tints of Indigo #660FA1
RGB
CMYK
RGB Variations
Color information
#660FA1 (or 0x660FA1) is known color: Indigo. HEX triplet: 66, 0F and A1. RGB value is (102,15,161). Sum of RGB (Red+Green+Blue) = 102+15+161=278 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.69% from 278); Green value is 15 (6.25% from 255 or 5.40% from 278); Blue value is 161 (63.28% from 255 or 57.91% from 278); Max value from RGB is 161 - color contains mainly: blue. Hex color #660FA1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #660FA1 is #99F05E. Grayscale: #393939. Windows color (decimal): -10088543 or 10555238. OLE color: 10555238.
HSL color Cylindrical-coordinate representation of color #660FA1: hue angle of 275.75º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #660FA1 is Cyan = 0.37, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 102 | 15 | 161 | - |
| CMYK | 0.37 | 0.91 | 0 | 0.37 |
| HSL | 275.75º | 0.83% | 0.35% | - |
| HSV(B) | 275.75º | 0.91% | 0.63% | - |
| XYZ | 12.08 | 5.74 | 34.19 | - |
| YUV | 57.66 | 186.32 | 159.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 15 | 161 | 0.37 | 0.91 | 0 | 0.37 | 275.75 | 0.83 | 0.35 |
| Hex | 66 | F | A1 | 25 | 5B | 0 | 25 | 114 | 53 | 23 |
| Octal | 146 | 17 | 241 | 45 | 133 | 0 | 45 | 424 | 123 | 43 |
| Binary | 1100110 | 1111 | 10100001 | 100101 | 1011011 | 0 | 100101 | 100010100 | 1010011 | 100011 |
Color Harmonies of #660FA1
Complementary color
Monochromatic Colors of #660FA1
Black with #660FA1
Text Example
Text Example
White with #660FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660FA1; }
p { color: rgb(102,15,161); }
H1.HeaderClassName
{
color: #660FA1;
}
.AnyTagClassName
{
color: #660FA1;
}
</style>
background-color css
<style>
a { background-color: #660FA1; }
a { background-color: rgb(102,15,161); }
div.DivClassName
{
background-color: #660FA1;
}
.BgClassName
{
background-color: #660FA1;
}
</style>
border-color css
<style>
span { border-color: #660FA1; }
span { border-color: rgb(102,15,161); }
td.TdClassName
{
border-color: #660FA1;
}
.TagClassName
{
border-color: #660FA1;
}
</style>