Shades of Indigo #600F9D
Tints of Indigo #600F9D
RGB
CMYK
RGB Variations
Color information
#600F9D (or 0x600F9D) is known color: Indigo. HEX triplet: 60, 0F and 9D. RGB value is (96,15,157). Sum of RGB (Red+Green+Blue) = 96+15+157=268 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.82% from 268); Green value is 15 (6.25% from 255 or 5.60% from 268); Blue value is 157 (61.72% from 255 or 58.58% from 268); Max value from RGB is 157 - color contains mainly: blue. Hex color #600F9D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #600F9D is #9FF062. Grayscale: #363636. Windows color (decimal): -10481763 or 10293088. OLE color: 10293088.
HSL color Cylindrical-coordinate representation of color #600F9D: hue angle of 274.23º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #600F9D is Cyan = 0.39, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 96 | 15 | 157 | - |
| CMYK | 0.39 | 0.90 | 0 | 0.38 |
| HSL | 274.23º | 0.83% | 0.34% | - |
| HSV(B) | 274.23º | 0.9% | 0.62% | - |
| XYZ | 11.08 | 5.26 | 32.33 | - |
| YUV | 55.41 | 185.34 | 156.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 15 | 157 | 0.39 | 0.90 | 0 | 0.38 | 274.23 | 0.83 | 0.34 |
| Hex | 60 | F | 9D | 27 | 5A | 0 | 26 | 112 | 53 | 22 |
| Octal | 140 | 17 | 235 | 47 | 132 | 0 | 46 | 422 | 123 | 42 |
| Binary | 1100000 | 1111 | 10011101 | 100111 | 1011010 | 0 | 100110 | 100010010 | 1010011 | 100010 |
Color Harmonies of #600F9D
Complementary color
Monochromatic Colors of #600F9D
Black with #600F9D
Text Example
Text Example
White with #600F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600F9D; }
p { color: rgb(96,15,157); }
H1.HeaderClassName
{
color: #600F9D;
}
.AnyTagClassName
{
color: #600F9D;
}
</style>
background-color css
<style>
a { background-color: #600F9D; }
a { background-color: rgb(96,15,157); }
div.DivClassName
{
background-color: #600F9D;
}
.BgClassName
{
background-color: #600F9D;
}
</style>
border-color css
<style>
span { border-color: #600F9D; }
span { border-color: rgb(96,15,157); }
td.TdClassName
{
border-color: #600F9D;
}
.TagClassName
{
border-color: #600F9D;
}
</style>