Shades of Indigo #600084
Tints of Indigo #600084
RGB
CMYK
RGB Variations
Color information
#600084 (or 0x600084) is known color: Indigo. HEX triplet: 60, 00 and 84. RGB value is (96,0,132). Sum of RGB (Red+Green+Blue) = 96+0+132=228 (30% of max value = 765). Red value is 96 (37.89% from 255 or 42.11% from 228); Green value is 0 (0.39% from 255 or 0% from 228); Blue value is 132 (51.95% from 255 or 57.89% from 228); Max value from RGB is 132 - color contains mainly: blue. Hex color #600084 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #600084 is #9FFF7B. Grayscale: #2B2B2B. Windows color (decimal): -10485628 or 8650848. OLE color: 8650848.
HSL color Cylindrical-coordinate representation of color #600084: hue angle of 283.64º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #600084 is Cyan = 0.27, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 96 | 0 | 132 | - |
| CMYK | 0.27 | 1 | 0 | 0.48 |
| HSL | 283.64º | 1% | 0.26% | - |
| HSV(B) | 283.64º | 1% | 0.52% | - |
| XYZ | 8.99 | 4.15 | 22.16 | - |
| YUV | 43.75 | 177.8 | 165.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 0 | 132 | 0.27 | 1 | 0 | 0.48 | 283.64 | 1 | 0.26 |
| Hex | 60 | 0 | 84 | 1B | 64 | 0 | 30 | 11C | 64 | 1A |
| Octal | 140 | 0 | 204 | 33 | 144 | 0 | 60 | 434 | 144 | 32 |
| Binary | 1100000 | 0 | 10000100 | 11011 | 1100100 | 0 | 110000 | 100011100 | 1100100 | 11010 |
Color Harmonies of #600084
Complementary color
Monochromatic Colors of #600084
Black with #600084
Text Example
Text Example
White with #600084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600084; }
p { color: rgb(96,0,132); }
H1.HeaderClassName
{
color: #600084;
}
.AnyTagClassName
{
color: #600084;
}
</style>
background-color css
<style>
a { background-color: #600084; }
a { background-color: rgb(96,0,132); }
div.DivClassName
{
background-color: #600084;
}
.BgClassName
{
background-color: #600084;
}
</style>
border-color css
<style>
span { border-color: #600084; }
span { border-color: rgb(96,0,132); }
td.TdClassName
{
border-color: #600084;
}
.TagClassName
{
border-color: #600084;
}
</style>