Shades of Indigo #600B7D
Tints of Indigo #600B7D
RGB
CMYK
RGB Variations
Color information
#600B7D (or 0x600B7D) is known color: Indigo. HEX triplet: 60, 0B and 7D. RGB value is (96,11,125). Sum of RGB (Red+Green+Blue) = 96+11+125=232 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.38% from 232); Green value is 11 (4.69% from 255 or 4.74% from 232); Blue value is 125 (49.22% from 255 or 53.88% from 232); Max value from RGB is 125 - color contains mainly: blue. Hex color #600B7D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600B7D is #9FF482. Grayscale: #313131. Windows color (decimal): -10482819 or 8194912. OLE color: 8194912.
HSL color Cylindrical-coordinate representation of color #600B7D: hue angle of 284.74º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #600B7D is Cyan = 0.23, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 96 | 11 | 125 | - |
| CMYK | 0.23 | 0.91 | 0 | 0.51 |
| HSL | 284.74º | 0.84% | 0.27% | - |
| HSV(B) | 284.74º | 0.91% | 0.49% | - |
| XYZ | 8.65 | 4.21 | 19.76 | - |
| YUV | 49.41 | 170.66 | 161.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 11 | 125 | 0.23 | 0.91 | 0 | 0.51 | 284.74 | 0.84 | 0.27 |
| Hex | 60 | B | 7D | 17 | 5B | 0 | 33 | 11D | 54 | 1B |
| Octal | 140 | 13 | 175 | 27 | 133 | 0 | 63 | 435 | 124 | 33 |
| Binary | 1100000 | 1011 | 1111101 | 10111 | 1011011 | 0 | 110011 | 100011101 | 1010100 | 11011 |
Color Harmonies of #600B7D
Complementary color
Monochromatic Colors of #600B7D
Black with #600B7D
Text Example
Text Example
White with #600B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600B7D; }
p { color: rgb(96,11,125); }
H1.HeaderClassName
{
color: #600B7D;
}
.AnyTagClassName
{
color: #600B7D;
}
</style>
background-color css
<style>
a { background-color: #600B7D; }
a { background-color: rgb(96,11,125); }
div.DivClassName
{
background-color: #600B7D;
}
.BgClassName
{
background-color: #600B7D;
}
</style>
border-color css
<style>
span { border-color: #600B7D; }
span { border-color: rgb(96,11,125); }
td.TdClassName
{
border-color: #600B7D;
}
.TagClassName
{
border-color: #600B7D;
}
</style>