Shades of Indigo #600D78
Tints of Indigo #600D78
RGB
CMYK
RGB Variations
Color information
#600D78 (or 0x600D78) is known color: Indigo. HEX triplet: 60, 0D and 78. RGB value is (96,13,120). Sum of RGB (Red+Green+Blue) = 96+13+120=229 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.92% from 229); Green value is 13 (5.47% from 255 or 5.68% from 229); Blue value is 120 (47.27% from 255 or 52.40% from 229); Max value from RGB is 120 - color contains mainly: blue. Hex color #600D78 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600D78 is #9FF287. Grayscale: #313131. Windows color (decimal): -10482312 or 7867744. OLE color: 7867744.
HSL color Cylindrical-coordinate representation of color #600D78: hue angle of 286.54º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #600D78 is Cyan = 0.2, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 96 | 13 | 120 | - |
| CMYK | 0.2 | 0.89 | 0 | 0.53 |
| HSL | 286.54º | 0.8% | 0.26% | - |
| HSV(B) | 286.54º | 0.89% | 0.47% | - |
| XYZ | 8.36 | 4.13 | 18.13 | - |
| YUV | 50.02 | 167.5 | 160.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 13 | 120 | 0.2 | 0.89 | 0 | 0.53 | 286.54 | 0.8 | 0.26 |
| Hex | 60 | D | 78 | 14 | 59 | 0 | 35 | 11F | 50 | 1A |
| Octal | 140 | 15 | 170 | 24 | 131 | 0 | 65 | 437 | 120 | 32 |
| Binary | 1100000 | 1101 | 1111000 | 10100 | 1011001 | 0 | 110101 | 100011111 | 1010000 | 11010 |
Color Harmonies of #600D78
Complementary color
Monochromatic Colors of #600D78
Black with #600D78
Text Example
Text Example
White with #600D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600D78; }
p { color: rgb(96,13,120); }
H1.HeaderClassName
{
color: #600D78;
}
.AnyTagClassName
{
color: #600D78;
}
</style>
background-color css
<style>
a { background-color: #600D78; }
a { background-color: rgb(96,13,120); }
div.DivClassName
{
background-color: #600D78;
}
.BgClassName
{
background-color: #600D78;
}
</style>
border-color css
<style>
span { border-color: #600D78; }
span { border-color: rgb(96,13,120); }
td.TdClassName
{
border-color: #600D78;
}
.TagClassName
{
border-color: #600D78;
}
</style>