Shades of Indigo #660785
Tints of Indigo #660785
RGB
CMYK
RGB Variations
Color information
#660785 (or 0x660785) is known color: Indigo. HEX triplet: 66, 07 and 85. RGB value is (102,7,133). Sum of RGB (Red+Green+Blue) = 102+7+133=242 (32% of max value = 765). Red value is 102 (40.23% from 255 or 42.15% from 242); Green value is 7 (3.12% from 255 or 2.89% from 242); Blue value is 133 (52.34% from 255 or 54.96% from 242); Max value from RGB is 133 - color contains mainly: blue. Hex color #660785 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #660785 is #99F87A. Grayscale: #313131. Windows color (decimal): -10090619 or 8718182. OLE color: 8718182.
HSL color Cylindrical-coordinate representation of color #660785: hue angle of 285.24º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #660785 is Cyan = 0.23, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 102 | 7 | 133 | - |
| CMYK | 0.23 | 0.95 | 0 | 0.48 |
| HSL | 285.24º | 0.9% | 0.27% | - |
| HSV(B) | 285.24º | 0.95% | 0.52% | - |
| XYZ | 9.79 | 4.67 | 22.58 | - |
| YUV | 49.77 | 174.97 | 165.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 7 | 133 | 0.23 | 0.95 | 0 | 0.48 | 285.24 | 0.9 | 0.27 |
| Hex | 66 | 7 | 85 | 17 | 5F | 0 | 30 | 11D | 5A | 1B |
| Octal | 146 | 7 | 205 | 27 | 137 | 0 | 60 | 435 | 132 | 33 |
| Binary | 1100110 | 111 | 10000101 | 10111 | 1011111 | 0 | 110000 | 100011101 | 1011010 | 11011 |
Color Harmonies of #660785
Complementary color
Monochromatic Colors of #660785
Black with #660785
Text Example
Text Example
White with #660785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660785; }
p { color: rgb(102,7,133); }
H1.HeaderClassName
{
color: #660785;
}
.AnyTagClassName
{
color: #660785;
}
</style>
background-color css
<style>
a { background-color: #660785; }
a { background-color: rgb(102,7,133); }
div.DivClassName
{
background-color: #660785;
}
.BgClassName
{
background-color: #660785;
}
</style>
border-color css
<style>
span { border-color: #660785; }
span { border-color: rgb(102,7,133); }
td.TdClassName
{
border-color: #660785;
}
.TagClassName
{
border-color: #660785;
}
</style>