Shades of Indigo #600C8C
Tints of Indigo #600C8C
RGB
CMYK
RGB Variations
Color information
#600C8C (or 0x600C8C) is known color: Indigo. HEX triplet: 60, 0C and 8C. RGB value is (96,12,140). Sum of RGB (Red+Green+Blue) = 96+12+140=248 (32% of max value = 765). Red value is 96 (37.89% from 255 or 38.71% from 248); Green value is 12 (5.08% from 255 or 4.84% from 248); Blue value is 140 (55.08% from 255 or 56.45% from 248); Max value from RGB is 140 - color contains mainly: blue. Hex color #600C8C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #600C8C is #9FF373. Grayscale: #333333. Windows color (decimal): -10482548 or 9178208. OLE color: 9178208.
HSL color Cylindrical-coordinate representation of color #600C8C: hue angle of 279.38º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #600C8C is Cyan = 0.31, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 96 | 12 | 140 | - |
| CMYK | 0.31 | 0.91 | 0 | 0.45 |
| HSL | 279.38º | 0.84% | 0.3% | - |
| HSV(B) | 279.38º | 0.91% | 0.55% | - |
| XYZ | 9.69 | 4.64 | 25.2 | - |
| YUV | 51.71 | 177.83 | 159.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 12 | 140 | 0.31 | 0.91 | 0 | 0.45 | 279.38 | 0.84 | 0.3 |
| Hex | 60 | C | 8C | 1F | 5B | 0 | 2D | 117 | 54 | 1E |
| Octal | 140 | 14 | 214 | 37 | 133 | 0 | 55 | 427 | 124 | 36 |
| Binary | 1100000 | 1100 | 10001100 | 11111 | 1011011 | 0 | 101101 | 100010111 | 1010100 | 11110 |
Color Harmonies of #600C8C
Complementary color
Monochromatic Colors of #600C8C
Black with #600C8C
Text Example
Text Example
White with #600C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600C8C; }
p { color: rgb(96,12,140); }
H1.HeaderClassName
{
color: #600C8C;
}
.AnyTagClassName
{
color: #600C8C;
}
</style>
background-color css
<style>
a { background-color: #600C8C; }
a { background-color: rgb(96,12,140); }
div.DivClassName
{
background-color: #600C8C;
}
.BgClassName
{
background-color: #600C8C;
}
</style>
border-color css
<style>
span { border-color: #600C8C; }
span { border-color: rgb(96,12,140); }
td.TdClassName
{
border-color: #600C8C;
}
.TagClassName
{
border-color: #600C8C;
}
</style>