Shades of Indigo #600D9F
Tints of Indigo #600D9F
RGB
CMYK
RGB Variations
Color information
#600D9F (or 0x600D9F) is known color: Indigo. HEX triplet: 60, 0D and 9F. RGB value is (96,13,159). Sum of RGB (Red+Green+Blue) = 96+13+159=268 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.82% from 268); Green value is 13 (5.47% from 255 or 4.85% from 268); Blue value is 159 (62.5% from 255 or 59.33% from 268); Max value from RGB is 159 - color contains mainly: blue. Hex color #600D9F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #600D9F is #9FF260. Grayscale: #353535. Windows color (decimal): -10482273 or 10423648. OLE color: 10423648.
HSL color Cylindrical-coordinate representation of color #600D9F: hue angle of 274.11º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #600D9F is Cyan = 0.40, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 96 | 13 | 159 | - |
| CMYK | 0.40 | 0.92 | 0 | 0.38 |
| HSL | 274.11º | 0.85% | 0.34% | - |
| HSV(B) | 274.11º | 0.92% | 0.62% | - |
| XYZ | 11.23 | 5.28 | 33.23 | - |
| YUV | 54.46 | 187 | 157.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 13 | 159 | 0.40 | 0.92 | 0 | 0.38 | 274.11 | 0.85 | 0.34 |
| Hex | 60 | D | 9F | 28 | 5C | 0 | 26 | 112 | 55 | 22 |
| Octal | 140 | 15 | 237 | 50 | 134 | 0 | 46 | 422 | 125 | 42 |
| Binary | 1100000 | 1101 | 10011111 | 101000 | 1011100 | 0 | 100110 | 100010010 | 1010101 | 100010 |
Color Harmonies of #600D9F
Complementary color
Monochromatic Colors of #600D9F
Black with #600D9F
Text Example
Text Example
White with #600D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600D9F; }
p { color: rgb(96,13,159); }
H1.HeaderClassName
{
color: #600D9F;
}
.AnyTagClassName
{
color: #600D9F;
}
</style>
background-color css
<style>
a { background-color: #600D9F; }
a { background-color: rgb(96,13,159); }
div.DivClassName
{
background-color: #600D9F;
}
.BgClassName
{
background-color: #600D9F;
}
</style>
border-color css
<style>
span { border-color: #600D9F; }
span { border-color: rgb(96,13,159); }
td.TdClassName
{
border-color: #600D9F;
}
.TagClassName
{
border-color: #600D9F;
}
</style>