Shades of Indigo #60028F
Tints of Indigo #60028F
RGB
CMYK
RGB Variations
Color information
#60028F (or 0x60028F) is known color: Indigo. HEX triplet: 60, 02 and 8F. RGB value is (96,2,143). Sum of RGB (Red+Green+Blue) = 96+2+143=241 (31% of max value = 765). Red value is 96 (37.89% from 255 or 39.83% from 241); Green value is 2 (1.17% from 255 or 0.83% from 241); Blue value is 143 (56.25% from 255 or 59.34% from 241); Max value from RGB is 143 - color contains mainly: blue. Hex color #60028F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #60028F is #9FFD70. Grayscale: #2D2D2D. Windows color (decimal): -10485105 or 9372256. OLE color: 9372256.
HSL color Cylindrical-coordinate representation of color #60028F: hue angle of 280º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #60028F is Cyan = 0.33, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 96 | 2 | 143 | - |
| CMYK | 0.33 | 0.99 | 0 | 0.44 |
| HSL | 280º | 0.97% | 0.28% | - |
| HSV(B) | 280º | 0.99% | 0.56% | - |
| XYZ | 9.8 | 4.51 | 26.34 | - |
| YUV | 46.18 | 182.64 | 163.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 2 | 143 | 0.33 | 0.99 | 0 | 0.44 | 280 | 0.97 | 0.28 |
| Hex | 60 | 2 | 8F | 21 | 63 | 0 | 2C | 118 | 61 | 1C |
| Octal | 140 | 2 | 217 | 41 | 143 | 0 | 54 | 430 | 141 | 34 |
| Binary | 1100000 | 10 | 10001111 | 100001 | 1100011 | 0 | 101100 | 100011000 | 1100001 | 11100 |
Color Harmonies of #60028F
Complementary color
Monochromatic Colors of #60028F
Black with #60028F
Text Example
Text Example
White with #60028F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60028F; }
p { color: rgb(96,2,143); }
H1.HeaderClassName
{
color: #60028F;
}
.AnyTagClassName
{
color: #60028F;
}
</style>
background-color css
<style>
a { background-color: #60028F; }
a { background-color: rgb(96,2,143); }
div.DivClassName
{
background-color: #60028F;
}
.BgClassName
{
background-color: #60028F;
}
</style>
border-color css
<style>
span { border-color: #60028F; }
span { border-color: rgb(96,2,143); }
td.TdClassName
{
border-color: #60028F;
}
.TagClassName
{
border-color: #60028F;
}
</style>