Shades of Indigo #60089A
Tints of Indigo #60089A
RGB
CMYK
RGB Variations
Color information
#60089A (or 0x60089A) is known color: Indigo. HEX triplet: 60, 08 and 9A. RGB value is (96,8,154). Sum of RGB (Red+Green+Blue) = 96+8+154=258 (34% of max value = 765). Red value is 96 (37.89% from 255 or 37.21% from 258); Green value is 8 (3.52% from 255 or 3.10% from 258); Blue value is 154 (60.55% from 255 or 59.69% from 258); Max value from RGB is 154 - color contains mainly: blue. Hex color #60089A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #60089A is #9FF765. Grayscale: #323232. Windows color (decimal): -10483558 or 10094688. OLE color: 10094688.
HSL color Cylindrical-coordinate representation of color #60089A: hue angle of 276.16º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #60089A is Cyan = 0.38, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 96 | 8 | 154 | - |
| CMYK | 0.38 | 0.95 | 0 | 0.40 |
| HSL | 276.16º | 0.9% | 0.32% | - |
| HSV(B) | 276.16º | 0.95% | 0.6% | - |
| XYZ | 10.74 | 4.99 | 30.97 | - |
| YUV | 50.96 | 186.15 | 160.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 8 | 154 | 0.38 | 0.95 | 0 | 0.40 | 276.16 | 0.9 | 0.32 |
| Hex | 60 | 8 | 9A | 26 | 5F | 0 | 28 | 114 | 5A | 20 |
| Octal | 140 | 10 | 232 | 46 | 137 | 0 | 50 | 424 | 132 | 40 |
| Binary | 1100000 | 1000 | 10011010 | 100110 | 1011111 | 0 | 101000 | 100010100 | 1011010 | 100000 |
Color Harmonies of #60089A
Complementary color
Monochromatic Colors of #60089A
Black with #60089A
Text Example
Text Example
White with #60089A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60089A; }
p { color: rgb(96,8,154); }
H1.HeaderClassName
{
color: #60089A;
}
.AnyTagClassName
{
color: #60089A;
}
</style>
background-color css
<style>
a { background-color: #60089A; }
a { background-color: rgb(96,8,154); }
div.DivClassName
{
background-color: #60089A;
}
.BgClassName
{
background-color: #60089A;
}
</style>
border-color css
<style>
span { border-color: #60089A; }
span { border-color: rgb(96,8,154); }
td.TdClassName
{
border-color: #60089A;
}
.TagClassName
{
border-color: #60089A;
}
</style>