Shades of Indigo #600D86
Tints of Indigo #600D86
RGB
CMYK
RGB Variations
Color information
#600D86 (or 0x600D86) is known color: Indigo. HEX triplet: 60, 0D and 86. RGB value is (96,13,134). Sum of RGB (Red+Green+Blue) = 96+13+134=243 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.51% from 243); Green value is 13 (5.47% from 255 or 5.35% from 243); Blue value is 134 (52.73% from 255 or 55.14% from 243); Max value from RGB is 134 - color contains mainly: blue. Hex color #600D86 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #600D86 is #9FF279. Grayscale: #333333. Windows color (decimal): -10482298 or 8785248. OLE color: 8785248.
HSL color Cylindrical-coordinate representation of color #600D86: hue angle of 281.16º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #600D86 is Cyan = 0.28, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 96 | 13 | 134 | - |
| CMYK | 0.28 | 0.90 | 0 | 0.47 |
| HSL | 281.16º | 0.82% | 0.29% | - |
| HSV(B) | 281.16º | 0.9% | 0.53% | - |
| XYZ | 9.27 | 4.5 | 22.93 | - |
| YUV | 51.61 | 174.5 | 159.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 13 | 134 | 0.28 | 0.90 | 0 | 0.47 | 281.16 | 0.82 | 0.29 |
| Hex | 60 | D | 86 | 1C | 5A | 0 | 2F | 119 | 52 | 1D |
| Octal | 140 | 15 | 206 | 34 | 132 | 0 | 57 | 431 | 122 | 35 |
| Binary | 1100000 | 1101 | 10000110 | 11100 | 1011010 | 0 | 101111 | 100011001 | 1010010 | 11101 |
Color Harmonies of #600D86
Complementary color
Monochromatic Colors of #600D86
Black with #600D86
Text Example
Text Example
White with #600D86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600D86; }
p { color: rgb(96,13,134); }
H1.HeaderClassName
{
color: #600D86;
}
.AnyTagClassName
{
color: #600D86;
}
</style>
background-color css
<style>
a { background-color: #600D86; }
a { background-color: rgb(96,13,134); }
div.DivClassName
{
background-color: #600D86;
}
.BgClassName
{
background-color: #600D86;
}
</style>
border-color css
<style>
span { border-color: #600D86; }
span { border-color: rgb(96,13,134); }
td.TdClassName
{
border-color: #600D86;
}
.TagClassName
{
border-color: #600D86;
}
</style>