Shades of Indigo #600788
Tints of Indigo #600788
RGB
CMYK
RGB Variations
Color information
#600788 (or 0x600788) is known color: Indigo. HEX triplet: 60, 07 and 88. RGB value is (96,7,136). Sum of RGB (Red+Green+Blue) = 96+7+136=239 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.17% from 239); Green value is 7 (3.12% from 255 or 2.93% from 239); Blue value is 136 (53.52% from 255 or 56.90% from 239); Max value from RGB is 136 - color contains mainly: blue. Hex color #600788 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #600788 is #9FF877. Grayscale: #2F2F2F. Windows color (decimal): -10483832 or 8914784. OLE color: 8914784.
HSL color Cylindrical-coordinate representation of color #600788: hue angle of 281.4º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #600788 is Cyan = 0.29, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 96 | 7 | 136 | - |
| CMYK | 0.29 | 0.95 | 0 | 0.47 |
| HSL | 281.4º | 0.9% | 0.28% | - |
| HSV(B) | 281.4º | 0.95% | 0.53% | - |
| XYZ | 9.34 | 4.42 | 23.65 | - |
| YUV | 48.32 | 177.49 | 162.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 7 | 136 | 0.29 | 0.95 | 0 | 0.47 | 281.4 | 0.9 | 0.28 |
| Hex | 60 | 7 | 88 | 1D | 5F | 0 | 2F | 119 | 5A | 1C |
| Octal | 140 | 7 | 210 | 35 | 137 | 0 | 57 | 431 | 132 | 34 |
| Binary | 1100000 | 111 | 10001000 | 11101 | 1011111 | 0 | 101111 | 100011001 | 1011010 | 11100 |
Color Harmonies of #600788
Complementary color
Monochromatic Colors of #600788
Black with #600788
Text Example
Text Example
White with #600788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600788; }
p { color: rgb(96,7,136); }
H1.HeaderClassName
{
color: #600788;
}
.AnyTagClassName
{
color: #600788;
}
</style>
background-color css
<style>
a { background-color: #600788; }
a { background-color: rgb(96,7,136); }
div.DivClassName
{
background-color: #600788;
}
.BgClassName
{
background-color: #600788;
}
</style>
border-color css
<style>
span { border-color: #600788; }
span { border-color: rgb(96,7,136); }
td.TdClassName
{
border-color: #600788;
}
.TagClassName
{
border-color: #600788;
}
</style>