Shades of Indigo #60147B
Tints of Indigo #60147B
RGB
CMYK
RGB Variations
Color information
#60147B (or 0x60147B) is known color: Indigo. HEX triplet: 60, 14 and 7B. RGB value is (96,20,123). Sum of RGB (Red+Green+Blue) = 96+20+123=239 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.17% from 239); Green value is 20 (8.20% from 255 or 8.37% from 239); Blue value is 123 (48.44% from 255 or 51.46% from 239); Max value from RGB is 123 - color contains mainly: blue. Hex color #60147B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60147B is #9FEB84. Grayscale: #363636. Windows color (decimal): -10480517 or 8066144. OLE color: 8066144.
HSL color Cylindrical-coordinate representation of color #60147B: hue angle of 284.27º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #60147B is Cyan = 0.22, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 96 | 20 | 123 | - |
| CMYK | 0.22 | 0.84 | 0 | 0.52 |
| HSL | 284.27º | 0.72% | 0.28% | - |
| HSV(B) | 284.27º | 0.84% | 0.48% | - |
| XYZ | 8.65 | 4.42 | 19.14 | - |
| YUV | 54.47 | 166.68 | 157.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 20 | 123 | 0.22 | 0.84 | 0 | 0.52 | 284.27 | 0.72 | 0.28 |
| Hex | 60 | 14 | 7B | 16 | 54 | 0 | 34 | 11C | 48 | 1C |
| Octal | 140 | 24 | 173 | 26 | 124 | 0 | 64 | 434 | 110 | 34 |
| Binary | 1100000 | 10100 | 1111011 | 10110 | 1010100 | 0 | 110100 | 100011100 | 1001000 | 11100 |
Color Harmonies of #60147B
Complementary color
Monochromatic Colors of #60147B
Black with #60147B
Text Example
Text Example
White with #60147B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60147B; }
p { color: rgb(96,20,123); }
H1.HeaderClassName
{
color: #60147B;
}
.AnyTagClassName
{
color: #60147B;
}
</style>
background-color css
<style>
a { background-color: #60147B; }
a { background-color: rgb(96,20,123); }
div.DivClassName
{
background-color: #60147B;
}
.BgClassName
{
background-color: #60147B;
}
</style>
border-color css
<style>
span { border-color: #60147B; }
span { border-color: rgb(96,20,123); }
td.TdClassName
{
border-color: #60147B;
}
.TagClassName
{
border-color: #60147B;
}
</style>