Shades of Indigo #60089C
Tints of Indigo #60089C
RGB
CMYK
RGB Variations
Color information
#60089C (or 0x60089C) is known color: Indigo. HEX triplet: 60, 08 and 9C. RGB value is (96,8,156). Sum of RGB (Red+Green+Blue) = 96+8+156=260 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.92% from 260); Green value is 8 (3.52% from 255 or 3.08% from 260); Blue value is 156 (61.33% from 255 or 60% from 260); Max value from RGB is 156 - color contains mainly: blue. Hex color #60089C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #60089C is #9FF763. Grayscale: #323232. Windows color (decimal): -10483556 or 10225760. OLE color: 10225760.
HSL color Cylindrical-coordinate representation of color #60089C: hue angle of 275.68º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #60089C is Cyan = 0.38, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 96 | 8 | 156 | - |
| CMYK | 0.38 | 0.95 | 0 | 0.39 |
| HSL | 275.68º | 0.9% | 0.32% | - |
| HSV(B) | 275.68º | 0.95% | 0.61% | - |
| XYZ | 10.91 | 5.06 | 31.85 | - |
| YUV | 51.18 | 187.15 | 159.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 8 | 156 | 0.38 | 0.95 | 0 | 0.39 | 275.68 | 0.9 | 0.32 |
| Hex | 60 | 8 | 9C | 26 | 5F | 0 | 27 | 114 | 5A | 20 |
| Octal | 140 | 10 | 234 | 46 | 137 | 0 | 47 | 424 | 132 | 40 |
| Binary | 1100000 | 1000 | 10011100 | 100110 | 1011111 | 0 | 100111 | 100010100 | 1011010 | 100000 |
Color Harmonies of #60089C
Complementary color
Monochromatic Colors of #60089C
Black with #60089C
Text Example
Text Example
White with #60089C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60089C; }
p { color: rgb(96,8,156); }
H1.HeaderClassName
{
color: #60089C;
}
.AnyTagClassName
{
color: #60089C;
}
</style>
background-color css
<style>
a { background-color: #60089C; }
a { background-color: rgb(96,8,156); }
div.DivClassName
{
background-color: #60089C;
}
.BgClassName
{
background-color: #60089C;
}
</style>
border-color css
<style>
span { border-color: #60089C; }
span { border-color: rgb(96,8,156); }
td.TdClassName
{
border-color: #60089C;
}
.TagClassName
{
border-color: #60089C;
}
</style>