Shades of Indigo #60019A
Tints of Indigo #60019A
RGB
CMYK
RGB Variations
Color information
#60019A (or 0x60019A) is known color: Indigo. HEX triplet: 60, 01 and 9A. RGB value is (96,1,154). Sum of RGB (Red+Green+Blue) = 96+1+154=251 (33% of max value = 765). Red value is 96 (37.89% from 255 or 38.25% from 251); Green value is 1 (0.78% from 255 or 0.40% from 251); Blue value is 154 (60.55% from 255 or 61.35% from 251); Max value from RGB is 154 - color contains mainly: blue. Hex color #60019A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #60019A is #9FFE65. Grayscale: #2E2E2E. Windows color (decimal): -10485350 or 10092896. OLE color: 10092896.
HSL color Cylindrical-coordinate representation of color #60019A: hue angle of 277.25º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #60019A is Cyan = 0.38, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 96 | 1 | 154 | - |
| CMYK | 0.38 | 0.99 | 0 | 0.40 |
| HSL | 277.25º | 0.99% | 0.3% | - |
| HSV(B) | 277.25º | 0.99% | 0.6% | - |
| XYZ | 10.67 | 4.84 | 30.94 | - |
| YUV | 46.85 | 188.47 | 163.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 1 | 154 | 0.38 | 0.99 | 0 | 0.40 | 277.25 | 0.99 | 0.3 |
| Hex | 60 | 1 | 9A | 26 | 63 | 0 | 28 | 115 | 63 | 1E |
| Octal | 140 | 1 | 232 | 46 | 143 | 0 | 50 | 425 | 143 | 36 |
| Binary | 1100000 | 1 | 10011010 | 100110 | 1100011 | 0 | 101000 | 100010101 | 1100011 | 11110 |
Color Harmonies of #60019A
Complementary color
Monochromatic Colors of #60019A
Black with #60019A
Text Example
Text Example
White with #60019A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60019A; }
p { color: rgb(96,1,154); }
H1.HeaderClassName
{
color: #60019A;
}
.AnyTagClassName
{
color: #60019A;
}
</style>
background-color css
<style>
a { background-color: #60019A; }
a { background-color: rgb(96,1,154); }
div.DivClassName
{
background-color: #60019A;
}
.BgClassName
{
background-color: #60019A;
}
</style>
border-color css
<style>
span { border-color: #60019A; }
span { border-color: rgb(96,1,154); }
td.TdClassName
{
border-color: #60019A;
}
.TagClassName
{
border-color: #60019A;
}
</style>