Shades of Indigo #600C84
Tints of Indigo #600C84
RGB
CMYK
RGB Variations
Color information
#600C84 (or 0x600C84) is known color: Indigo. HEX triplet: 60, 0C and 84. RGB value is (96,12,132). Sum of RGB (Red+Green+Blue) = 96+12+132=240 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40% from 240); Green value is 12 (5.08% from 255 or 5% from 240); Blue value is 132 (51.95% from 255 or 55% from 240); Max value from RGB is 132 - color contains mainly: blue. Hex color #600C84 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #600C84 is #9FF37B. Grayscale: #323232. Windows color (decimal): -10482556 or 8653920. OLE color: 8653920.
HSL color Cylindrical-coordinate representation of color #600C84: hue angle of 282º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #600C84 is Cyan = 0.27, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 96 | 12 | 132 | - |
| CMYK | 0.27 | 0.91 | 0 | 0.48 |
| HSL | 282º | 0.83% | 0.28% | - |
| HSV(B) | 282º | 0.91% | 0.52% | - |
| XYZ | 9.12 | 4.42 | 22.2 | - |
| YUV | 50.8 | 173.83 | 160.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 12 | 132 | 0.27 | 0.91 | 0 | 0.48 | 282 | 0.83 | 0.28 |
| Hex | 60 | C | 84 | 1B | 5B | 0 | 30 | 11A | 53 | 1C |
| Octal | 140 | 14 | 204 | 33 | 133 | 0 | 60 | 432 | 123 | 34 |
| Binary | 1100000 | 1100 | 10000100 | 11011 | 1011011 | 0 | 110000 | 100011010 | 1010011 | 11100 |
Color Harmonies of #600C84
Complementary color
Monochromatic Colors of #600C84
Black with #600C84
Text Example
Text Example
White with #600C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600C84; }
p { color: rgb(96,12,132); }
H1.HeaderClassName
{
color: #600C84;
}
.AnyTagClassName
{
color: #600C84;
}
</style>
background-color css
<style>
a { background-color: #600C84; }
a { background-color: rgb(96,12,132); }
div.DivClassName
{
background-color: #600C84;
}
.BgClassName
{
background-color: #600C84;
}
</style>
border-color css
<style>
span { border-color: #600C84; }
span { border-color: rgb(96,12,132); }
td.TdClassName
{
border-color: #600C84;
}
.TagClassName
{
border-color: #600C84;
}
</style>