Shades of Indigo #60138B
Tints of Indigo #60138B
RGB
CMYK
RGB Variations
Color information
#60138B (or 0x60138B) is known color: Indigo. HEX triplet: 60, 13 and 8B. RGB value is (96,19,139). Sum of RGB (Red+Green+Blue) = 96+19+139=254 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.80% from 254); Green value is 19 (7.81% from 255 or 7.48% from 254); Blue value is 139 (54.69% from 255 or 54.72% from 254); Max value from RGB is 139 - color contains mainly: blue. Hex color #60138B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #60138B is #9FEC74. Grayscale: #373737. Windows color (decimal): -10480757 or 9114464. OLE color: 9114464.
HSL color Cylindrical-coordinate representation of color #60138B: hue angle of 278.5º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #60138B is Cyan = 0.31, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 96 | 19 | 139 | - |
| CMYK | 0.31 | 0.86 | 0 | 0.45 |
| HSL | 278.5º | 0.76% | 0.31% | - |
| HSV(B) | 278.5º | 0.86% | 0.55% | - |
| XYZ | 9.72 | 4.82 | 24.84 | - |
| YUV | 55.7 | 175.01 | 156.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 19 | 139 | 0.31 | 0.86 | 0 | 0.45 | 278.5 | 0.76 | 0.31 |
| Hex | 60 | 13 | 8B | 1F | 56 | 0 | 2D | 116 | 4C | 1F |
| Octal | 140 | 23 | 213 | 37 | 126 | 0 | 55 | 426 | 114 | 37 |
| Binary | 1100000 | 10011 | 10001011 | 11111 | 1010110 | 0 | 101101 | 100010110 | 1001100 | 11111 |
Color Harmonies of #60138B
Complementary color
Monochromatic Colors of #60138B
Black with #60138B
Text Example
Text Example
White with #60138B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60138B; }
p { color: rgb(96,19,139); }
H1.HeaderClassName
{
color: #60138B;
}
.AnyTagClassName
{
color: #60138B;
}
</style>
background-color css
<style>
a { background-color: #60138B; }
a { background-color: rgb(96,19,139); }
div.DivClassName
{
background-color: #60138B;
}
.BgClassName
{
background-color: #60138B;
}
</style>
border-color css
<style>
span { border-color: #60138B; }
span { border-color: rgb(96,19,139); }
td.TdClassName
{
border-color: #60138B;
}
.TagClassName
{
border-color: #60138B;
}
</style>