Shades of Indigo #600D92
Tints of Indigo #600D92
RGB
CMYK
RGB Variations
Color information
#600D92 (or 0x600D92) is known color: Indigo. HEX triplet: 60, 0D and 92. RGB value is (96,13,146). Sum of RGB (Red+Green+Blue) = 96+13+146=255 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.65% from 255); Green value is 13 (5.47% from 255 or 5.10% from 255); Blue value is 146 (57.42% from 255 or 57.25% from 255); Max value from RGB is 146 - color contains mainly: blue. Hex color #600D92 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #600D92 is #9FF26D. Grayscale: #343434. Windows color (decimal): -10482286 or 9571680. OLE color: 9571680.
HSL color Cylindrical-coordinate representation of color #600D92: hue angle of 277.44º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #600D92 is Cyan = 0.34, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 96 | 13 | 146 | - |
| CMYK | 0.34 | 0.91 | 0 | 0.43 |
| HSL | 277.44º | 0.84% | 0.31% | - |
| HSV(B) | 277.44º | 0.91% | 0.57% | - |
| XYZ | 10.16 | 4.85 | 27.59 | - |
| YUV | 52.98 | 180.5 | 158.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 13 | 146 | 0.34 | 0.91 | 0 | 0.43 | 277.44 | 0.84 | 0.31 |
| Hex | 60 | D | 92 | 22 | 5B | 0 | 2B | 115 | 54 | 1F |
| Octal | 140 | 15 | 222 | 42 | 133 | 0 | 53 | 425 | 124 | 37 |
| Binary | 1100000 | 1101 | 10010010 | 100010 | 1011011 | 0 | 101011 | 100010101 | 1010100 | 11111 |
Color Harmonies of #600D92
Complementary color
Monochromatic Colors of #600D92
Black with #600D92
Text Example
Text Example
White with #600D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600D92; }
p { color: rgb(96,13,146); }
H1.HeaderClassName
{
color: #600D92;
}
.AnyTagClassName
{
color: #600D92;
}
</style>
background-color css
<style>
a { background-color: #600D92; }
a { background-color: rgb(96,13,146); }
div.DivClassName
{
background-color: #600D92;
}
.BgClassName
{
background-color: #600D92;
}
</style>
border-color css
<style>
span { border-color: #600D92; }
span { border-color: rgb(96,13,146); }
td.TdClassName
{
border-color: #600D92;
}
.TagClassName
{
border-color: #600D92;
}
</style>