Shades of Indigo #600B7C
Tints of Indigo #600B7C
RGB
CMYK
RGB Variations
Color information
#600B7C (or 0x600B7C) is known color: Indigo. HEX triplet: 60, 0B and 7C. RGB value is (96,11,124). Sum of RGB (Red+Green+Blue) = 96+11+124=231 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.56% from 231); Green value is 11 (4.69% from 255 or 4.76% from 231); Blue value is 124 (48.83% from 255 or 53.68% from 231); Max value from RGB is 124 - color contains mainly: blue. Hex color #600B7C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600B7C is #9FF483. Grayscale: #303030. Windows color (decimal): -10482820 or 8129376. OLE color: 8129376.
HSL color Cylindrical-coordinate representation of color #600B7C: hue angle of 285.13º degrees, saturation: 0.84, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #600B7C is Cyan = 0.23, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 96 | 11 | 124 | - |
| CMYK | 0.23 | 0.91 | 0 | 0.51 |
| HSL | 285.13º | 0.84% | 0.26% | - |
| HSV(B) | 285.13º | 0.91% | 0.49% | - |
| XYZ | 8.58 | 4.18 | 19.42 | - |
| YUV | 49.3 | 170.16 | 161.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 11 | 124 | 0.23 | 0.91 | 0 | 0.51 | 285.13 | 0.84 | 0.26 |
| Hex | 60 | B | 7C | 17 | 5B | 0 | 33 | 11D | 54 | 1A |
| Octal | 140 | 13 | 174 | 27 | 133 | 0 | 63 | 435 | 124 | 32 |
| Binary | 1100000 | 1011 | 1111100 | 10111 | 1011011 | 0 | 110011 | 100011101 | 1010100 | 11010 |
Color Harmonies of #600B7C
Complementary color
Monochromatic Colors of #600B7C
Black with #600B7C
Text Example
Text Example
White with #600B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600B7C; }
p { color: rgb(96,11,124); }
H1.HeaderClassName
{
color: #600B7C;
}
.AnyTagClassName
{
color: #600B7C;
}
</style>
background-color css
<style>
a { background-color: #600B7C; }
a { background-color: rgb(96,11,124); }
div.DivClassName
{
background-color: #600B7C;
}
.BgClassName
{
background-color: #600B7C;
}
</style>
border-color css
<style>
span { border-color: #600B7C; }
span { border-color: rgb(96,11,124); }
td.TdClassName
{
border-color: #600B7C;
}
.TagClassName
{
border-color: #600B7C;
}
</style>