Shades of Indigo #60007B
Tints of Indigo #60007B
RGB
CMYK
RGB Variations
Color information
#60007B (or 0x60007B) is known color: Indigo. HEX triplet: 60, 00 and 7B. RGB value is (96,0,123). Sum of RGB (Red+Green+Blue) = 96+0+123=219 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.84% from 219); Green value is 0 (0.39% from 255 or 0% from 219); Blue value is 123 (48.44% from 255 or 56.16% from 219); Max value from RGB is 123 - color contains mainly: blue. Hex color #60007B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60007B is #9FFF84. Grayscale: #2A2A2A. Windows color (decimal): -10485637 or 8061024. OLE color: 8061024.
HSL color Cylindrical-coordinate representation of color #60007B: hue angle of 286.83º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 1%. Process color model (Four color, CMYK) of #60007B is Cyan = 0.22, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 96 | 0 | 123 | - |
| CMYK | 0.22 | 1 | 0 | 0.52 |
| HSL | 286.83º | 1% | 0.24% | - |
| HSV(B) | 286.83º | 1% | 0.48% | - |
| XYZ | 8.4 | 3.92 | 19.05 | - |
| YUV | 42.73 | 173.3 | 166 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 0 | 123 | 0.22 | 1 | 0 | 0.52 | 286.83 | 1 | 0.24 |
| Hex | 60 | 0 | 7B | 16 | 64 | 0 | 34 | 11F | 64 | 18 |
| Octal | 140 | 0 | 173 | 26 | 144 | 0 | 64 | 437 | 144 | 30 |
| Binary | 1100000 | 0 | 1111011 | 10110 | 1100100 | 0 | 110100 | 100011111 | 1100100 | 11000 |
Color Harmonies of #60007B
Complementary color
Monochromatic Colors of #60007B
Black with #60007B
Text Example
Text Example
White with #60007B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60007B; }
p { color: rgb(96,0,123); }
H1.HeaderClassName
{
color: #60007B;
}
.AnyTagClassName
{
color: #60007B;
}
</style>
background-color css
<style>
a { background-color: #60007B; }
a { background-color: rgb(96,0,123); }
div.DivClassName
{
background-color: #60007B;
}
.BgClassName
{
background-color: #60007B;
}
</style>
border-color css
<style>
span { border-color: #60007B; }
span { border-color: rgb(96,0,123); }
td.TdClassName
{
border-color: #60007B;
}
.TagClassName
{
border-color: #60007B;
}
</style>