Shades of Indigo #600C7F
Tints of Indigo #600C7F
RGB
CMYK
RGB Variations
Color information
#600C7F (or 0x600C7F) is known color: Indigo. HEX triplet: 60, 0C and 7F. RGB value is (96,12,127). Sum of RGB (Red+Green+Blue) = 96+12+127=235 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.85% from 235); Green value is 12 (5.08% from 255 or 5.11% from 235); Blue value is 127 (50% from 255 or 54.04% from 235); Max value from RGB is 127 - color contains mainly: blue. Hex color #600C7F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600C7F is #9FF380. Grayscale: #313131. Windows color (decimal): -10482561 or 8326240. OLE color: 8326240.
HSL color Cylindrical-coordinate representation of color #600C7F: hue angle of 283.83º degrees, saturation: 0.83, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #600C7F is Cyan = 0.24, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 96 | 12 | 127 | - |
| CMYK | 0.24 | 0.91 | 0 | 0.50 |
| HSL | 283.83º | 0.83% | 0.27% | - |
| HSV(B) | 283.83º | 0.91% | 0.5% | - |
| XYZ | 8.79 | 4.28 | 20.44 | - |
| YUV | 50.23 | 171.33 | 160.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 12 | 127 | 0.24 | 0.91 | 0 | 0.50 | 283.83 | 0.83 | 0.27 |
| Hex | 60 | C | 7F | 18 | 5B | 0 | 32 | 11C | 53 | 1B |
| Octal | 140 | 14 | 177 | 30 | 133 | 0 | 62 | 434 | 123 | 33 |
| Binary | 1100000 | 1100 | 1111111 | 11000 | 1011011 | 0 | 110010 | 100011100 | 1010011 | 11011 |
Color Harmonies of #600C7F
Complementary color
Monochromatic Colors of #600C7F
Black with #600C7F
Text Example
Text Example
White with #600C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600C7F; }
p { color: rgb(96,12,127); }
H1.HeaderClassName
{
color: #600C7F;
}
.AnyTagClassName
{
color: #600C7F;
}
</style>
background-color css
<style>
a { background-color: #600C7F; }
a { background-color: rgb(96,12,127); }
div.DivClassName
{
background-color: #600C7F;
}
.BgClassName
{
background-color: #600C7F;
}
</style>
border-color css
<style>
span { border-color: #600C7F; }
span { border-color: rgb(96,12,127); }
td.TdClassName
{
border-color: #600C7F;
}
.TagClassName
{
border-color: #600C7F;
}
</style>