Shades of Indigo #601277
Tints of Indigo #601277
RGB
CMYK
RGB Variations
Color information
#601277 (or 0x601277) is known color: Indigo. HEX triplet: 60, 12 and 77. RGB value is (96,18,119). Sum of RGB (Red+Green+Blue) = 96+18+119=233 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.20% from 233); Green value is 18 (7.42% from 255 or 7.73% from 233); Blue value is 119 (46.88% from 255 or 51.07% from 233); Max value from RGB is 119 - color contains mainly: blue. Hex color #601277 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #601277 is #9FED88. Grayscale: #343434. Windows color (decimal): -10481033 or 7803488. OLE color: 7803488.
HSL color Cylindrical-coordinate representation of color #601277: hue angle of 286.34º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #601277 is Cyan = 0.19, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 96 | 18 | 119 | - |
| CMYK | 0.19 | 0.85 | 0 | 0.53 |
| HSL | 286.34º | 0.74% | 0.27% | - |
| HSV(B) | 286.34º | 0.85% | 0.47% | - |
| XYZ | 8.37 | 4.25 | 17.83 | - |
| YUV | 52.84 | 165.34 | 158.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 18 | 119 | 0.19 | 0.85 | 0 | 0.53 | 286.34 | 0.74 | 0.27 |
| Hex | 60 | 12 | 77 | 13 | 55 | 0 | 35 | 11E | 4A | 1B |
| Octal | 140 | 22 | 167 | 23 | 125 | 0 | 65 | 436 | 112 | 33 |
| Binary | 1100000 | 10010 | 1110111 | 10011 | 1010101 | 0 | 110101 | 100011110 | 1001010 | 11011 |
Color Harmonies of #601277
Complementary color
Monochromatic Colors of #601277
Black with #601277
Text Example
Text Example
White with #601277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #601277; }
p { color: rgb(96,18,119); }
H1.HeaderClassName
{
color: #601277;
}
.AnyTagClassName
{
color: #601277;
}
</style>
background-color css
<style>
a { background-color: #601277; }
a { background-color: rgb(96,18,119); }
div.DivClassName
{
background-color: #601277;
}
.BgClassName
{
background-color: #601277;
}
</style>
border-color css
<style>
span { border-color: #601277; }
span { border-color: rgb(96,18,119); }
td.TdClassName
{
border-color: #601277;
}
.TagClassName
{
border-color: #601277;
}
</style>