Shades of Indigo #60077B
Tints of Indigo #60077B
RGB
CMYK
RGB Variations
Color information
#60077B (or 0x60077B) is known color: Indigo. HEX triplet: 60, 07 and 7B. RGB value is (96,7,123). Sum of RGB (Red+Green+Blue) = 96+7+123=226 (29% of max value = 765). Red value is 96 (37.89% from 255 or 42.48% from 226); Green value is 7 (3.12% from 255 or 3.10% from 226); Blue value is 123 (48.44% from 255 or 54.42% from 226); Max value from RGB is 123 - color contains mainly: blue. Hex color #60077B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60077B is #9FF884. Grayscale: #2E2E2E. Windows color (decimal): -10483845 or 8062816. OLE color: 8062816.
HSL color Cylindrical-coordinate representation of color #60077B: hue angle of 286.03º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #60077B is Cyan = 0.22, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 96 | 7 | 123 | - |
| CMYK | 0.22 | 0.94 | 0 | 0.52 |
| HSL | 286.03º | 0.89% | 0.25% | - |
| HSV(B) | 286.03º | 0.94% | 0.48% | - |
| XYZ | 8.48 | 4.07 | 19.08 | - |
| YUV | 46.84 | 170.99 | 163.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 7 | 123 | 0.22 | 0.94 | 0 | 0.52 | 286.03 | 0.89 | 0.25 |
| Hex | 60 | 7 | 7B | 16 | 5E | 0 | 34 | 11E | 59 | 19 |
| Octal | 140 | 7 | 173 | 26 | 136 | 0 | 64 | 436 | 131 | 31 |
| Binary | 1100000 | 111 | 1111011 | 10110 | 1011110 | 0 | 110100 | 100011110 | 1011001 | 11001 |
Color Harmonies of #60077B
Complementary color
Monochromatic Colors of #60077B
Black with #60077B
Text Example
Text Example
White with #60077B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60077B; }
p { color: rgb(96,7,123); }
H1.HeaderClassName
{
color: #60077B;
}
.AnyTagClassName
{
color: #60077B;
}
</style>
background-color css
<style>
a { background-color: #60077B; }
a { background-color: rgb(96,7,123); }
div.DivClassName
{
background-color: #60077B;
}
.BgClassName
{
background-color: #60077B;
}
</style>
border-color css
<style>
span { border-color: #60077B; }
span { border-color: rgb(96,7,123); }
td.TdClassName
{
border-color: #60077B;
}
.TagClassName
{
border-color: #60077B;
}
</style>