Shades of Indigo #660385
Tints of Indigo #660385
RGB
CMYK
RGB Variations
Color information
#660385 (or 0x660385) is known color: Indigo. HEX triplet: 66, 03 and 85. RGB value is (102,3,133). Sum of RGB (Red+Green+Blue) = 102+3+133=238 (31% of max value = 765). Red value is 102 (40.23% from 255 or 42.86% from 238); Green value is 3 (1.56% from 255 or 1.26% from 238); Blue value is 133 (52.34% from 255 or 55.88% from 238); Max value from RGB is 133 - color contains mainly: blue. Hex color #660385 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #660385 is #99FC7A. Grayscale: #2F2F2F. Windows color (decimal): -10091643 or 8717158. OLE color: 8717158.
HSL color Cylindrical-coordinate representation of color #660385: hue angle of 285.69º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #660385 is Cyan = 0.23, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 102 | 3 | 133 | - |
| CMYK | 0.23 | 0.98 | 0 | 0.48 |
| HSL | 285.69º | 0.96% | 0.27% | - |
| HSV(B) | 285.69º | 0.98% | 0.52% | - |
| XYZ | 9.75 | 4.58 | 22.56 | - |
| YUV | 47.42 | 176.3 | 166.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 3 | 133 | 0.23 | 0.98 | 0 | 0.48 | 285.69 | 0.96 | 0.27 |
| Hex | 66 | 3 | 85 | 17 | 62 | 0 | 30 | 11E | 60 | 1B |
| Octal | 146 | 3 | 205 | 27 | 142 | 0 | 60 | 436 | 140 | 33 |
| Binary | 1100110 | 11 | 10000101 | 10111 | 1100010 | 0 | 110000 | 100011110 | 1100000 | 11011 |
Color Harmonies of #660385
Complementary color
Monochromatic Colors of #660385
Black with #660385
Text Example
Text Example
White with #660385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660385; }
p { color: rgb(102,3,133); }
H1.HeaderClassName
{
color: #660385;
}
.AnyTagClassName
{
color: #660385;
}
</style>
background-color css
<style>
a { background-color: #660385; }
a { background-color: rgb(102,3,133); }
div.DivClassName
{
background-color: #660385;
}
.BgClassName
{
background-color: #660385;
}
</style>
border-color css
<style>
span { border-color: #660385; }
span { border-color: rgb(102,3,133); }
td.TdClassName
{
border-color: #660385;
}
.TagClassName
{
border-color: #660385;
}
</style>