Shades of Indigo #60057B
Tints of Indigo #60057B
RGB
CMYK
RGB Variations
Color information
#60057B (or 0x60057B) is known color: Indigo. HEX triplet: 60, 05 and 7B. RGB value is (96,5,123). Sum of RGB (Red+Green+Blue) = 96+5+123=224 (29% of max value = 765). Red value is 96 (37.89% from 255 or 42.86% from 224); Green value is 5 (2.34% from 255 or 2.23% from 224); Blue value is 123 (48.44% from 255 or 54.91% from 224); Max value from RGB is 123 - color contains mainly: blue. Hex color #60057B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60057B is #9FFA84. Grayscale: #2D2D2D. Windows color (decimal): -10484357 or 8062304. OLE color: 8062304.
HSL color Cylindrical-coordinate representation of color #60057B: hue angle of 286.27º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #60057B is Cyan = 0.22, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 96 | 5 | 123 | - |
| CMYK | 0.22 | 0.96 | 0 | 0.52 |
| HSL | 286.27º | 0.92% | 0.25% | - |
| HSV(B) | 286.27º | 0.96% | 0.48% | - |
| XYZ | 8.45 | 4.03 | 19.07 | - |
| YUV | 45.66 | 171.65 | 163.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 5 | 123 | 0.22 | 0.96 | 0 | 0.52 | 286.27 | 0.92 | 0.25 |
| Hex | 60 | 5 | 7B | 16 | 60 | 0 | 34 | 11E | 5C | 19 |
| Octal | 140 | 5 | 173 | 26 | 140 | 0 | 64 | 436 | 134 | 31 |
| Binary | 1100000 | 101 | 1111011 | 10110 | 1100000 | 0 | 110100 | 100011110 | 1011100 | 11001 |
Color Harmonies of #60057B
Complementary color
Monochromatic Colors of #60057B
Black with #60057B
Text Example
Text Example
White with #60057B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60057B; }
p { color: rgb(96,5,123); }
H1.HeaderClassName
{
color: #60057B;
}
.AnyTagClassName
{
color: #60057B;
}
</style>
background-color css
<style>
a { background-color: #60057B; }
a { background-color: rgb(96,5,123); }
div.DivClassName
{
background-color: #60057B;
}
.BgClassName
{
background-color: #60057B;
}
</style>
border-color css
<style>
span { border-color: #60057B; }
span { border-color: rgb(96,5,123); }
td.TdClassName
{
border-color: #60057B;
}
.TagClassName
{
border-color: #60057B;
}
</style>