Shades of Indigo #600882
Tints of Indigo #600882
RGB
CMYK
RGB Variations
Color information
#600882 (or 0x600882) is known color: Indigo. HEX triplet: 60, 08 and 82. RGB value is (96,8,130). Sum of RGB (Red+Green+Blue) = 96+8+130=234 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.03% from 234); Green value is 8 (3.52% from 255 or 3.42% from 234); Blue value is 130 (51.17% from 255 or 55.56% from 234); Max value from RGB is 130 - color contains mainly: blue. Hex color #600882 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #600882 is #9FF77D. Grayscale: #2F2F2F. Windows color (decimal): -10483582 or 8521824. OLE color: 8521824.
HSL color Cylindrical-coordinate representation of color #600882: hue angle of 283.28º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #600882 is Cyan = 0.26, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 96 | 8 | 130 | - |
| CMYK | 0.26 | 0.94 | 0 | 0.49 |
| HSL | 283.28º | 0.88% | 0.27% | - |
| HSV(B) | 283.28º | 0.94% | 0.51% | - |
| XYZ | 8.94 | 4.27 | 21.47 | - |
| YUV | 48.22 | 174.15 | 162.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 8 | 130 | 0.26 | 0.94 | 0 | 0.49 | 283.28 | 0.88 | 0.27 |
| Hex | 60 | 8 | 82 | 1A | 5E | 0 | 31 | 11B | 58 | 1B |
| Octal | 140 | 10 | 202 | 32 | 136 | 0 | 61 | 433 | 130 | 33 |
| Binary | 1100000 | 1000 | 10000010 | 11010 | 1011110 | 0 | 110001 | 100011011 | 1011000 | 11011 |
Color Harmonies of #600882
Complementary color
Monochromatic Colors of #600882
Black with #600882
Text Example
Text Example
White with #600882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600882; }
p { color: rgb(96,8,130); }
H1.HeaderClassName
{
color: #600882;
}
.AnyTagClassName
{
color: #600882;
}
</style>
background-color css
<style>
a { background-color: #600882; }
a { background-color: rgb(96,8,130); }
div.DivClassName
{
background-color: #600882;
}
.BgClassName
{
background-color: #600882;
}
</style>
border-color css
<style>
span { border-color: #600882; }
span { border-color: rgb(96,8,130); }
td.TdClassName
{
border-color: #600882;
}
.TagClassName
{
border-color: #600882;
}
</style>