Shades of Indigo #660C83
Tints of Indigo #660C83
RGB
CMYK
RGB Variations
Color information
#660C83 (or 0x660C83) is known color: Indigo. HEX triplet: 66, 0C and 83. RGB value is (102,12,131). Sum of RGB (Red+Green+Blue) = 102+12+131=245 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.63% from 245); Green value is 12 (5.08% from 255 or 4.90% from 245); Blue value is 131 (51.56% from 255 or 53.47% from 245); Max value from RGB is 131 - color contains mainly: blue. Hex color #660C83 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #660C83 is #99F37C. Grayscale: #343434. Windows color (decimal): -10089341 or 8588390. OLE color: 8588390.
HSL color Cylindrical-coordinate representation of color #660C83: hue angle of 285.38º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #660C83 is Cyan = 0.22, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 102 | 12 | 131 | - |
| CMYK | 0.22 | 0.91 | 0 | 0.49 |
| HSL | 285.38º | 0.83% | 0.28% | - |
| HSV(B) | 285.38º | 0.91% | 0.51% | - |
| XYZ | 9.71 | 4.73 | 21.87 | - |
| YUV | 52.48 | 172.32 | 163.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 12 | 131 | 0.22 | 0.91 | 0 | 0.49 | 285.38 | 0.83 | 0.28 |
| Hex | 66 | C | 83 | 16 | 5B | 0 | 31 | 11D | 53 | 1C |
| Octal | 146 | 14 | 203 | 26 | 133 | 0 | 61 | 435 | 123 | 34 |
| Binary | 1100110 | 1100 | 10000011 | 10110 | 1011011 | 0 | 110001 | 100011101 | 1010011 | 11100 |
Color Harmonies of #660C83
Complementary color
Monochromatic Colors of #660C83
Black with #660C83
Text Example
Text Example
White with #660C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660C83; }
p { color: rgb(102,12,131); }
H1.HeaderClassName
{
color: #660C83;
}
.AnyTagClassName
{
color: #660C83;
}
</style>
background-color css
<style>
a { background-color: #660C83; }
a { background-color: rgb(102,12,131); }
div.DivClassName
{
background-color: #660C83;
}
.BgClassName
{
background-color: #660C83;
}
</style>
border-color css
<style>
span { border-color: #660C83; }
span { border-color: rgb(102,12,131); }
td.TdClassName
{
border-color: #660C83;
}
.TagClassName
{
border-color: #660C83;
}
</style>