Shades of Indigo #600D83
Tints of Indigo #600D83
RGB
CMYK
RGB Variations
Color information
#600D83 (or 0x600D83) is known color: Indigo. HEX triplet: 60, 0D and 83. RGB value is (96,13,131). Sum of RGB (Red+Green+Blue) = 96+13+131=240 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40% from 240); Green value is 13 (5.47% from 255 or 5.42% from 240); Blue value is 131 (51.56% from 255 or 54.58% from 240); Max value from RGB is 131 - color contains mainly: blue. Hex color #600D83 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #600D83 is #9FF27C. Grayscale: #323232. Windows color (decimal): -10482301 or 8588640. OLE color: 8588640.
HSL color Cylindrical-coordinate representation of color #600D83: hue angle of 282.2º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #600D83 is Cyan = 0.27, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 96 | 13 | 131 | - |
| CMYK | 0.27 | 0.90 | 0 | 0.49 |
| HSL | 282.2º | 0.82% | 0.28% | - |
| HSV(B) | 282.2º | 0.9% | 0.51% | - |
| XYZ | 9.06 | 4.41 | 21.85 | - |
| YUV | 51.27 | 173 | 159.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 13 | 131 | 0.27 | 0.90 | 0 | 0.49 | 282.2 | 0.82 | 0.28 |
| Hex | 60 | D | 83 | 1B | 5A | 0 | 31 | 11A | 52 | 1C |
| Octal | 140 | 15 | 203 | 33 | 132 | 0 | 61 | 432 | 122 | 34 |
| Binary | 1100000 | 1101 | 10000011 | 11011 | 1011010 | 0 | 110001 | 100011010 | 1010010 | 11100 |
Color Harmonies of #600D83
Complementary color
Monochromatic Colors of #600D83
Black with #600D83
Text Example
Text Example
White with #600D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600D83; }
p { color: rgb(96,13,131); }
H1.HeaderClassName
{
color: #600D83;
}
.AnyTagClassName
{
color: #600D83;
}
</style>
background-color css
<style>
a { background-color: #600D83; }
a { background-color: rgb(96,13,131); }
div.DivClassName
{
background-color: #600D83;
}
.BgClassName
{
background-color: #600D83;
}
</style>
border-color css
<style>
span { border-color: #600D83; }
span { border-color: rgb(96,13,131); }
td.TdClassName
{
border-color: #600D83;
}
.TagClassName
{
border-color: #600D83;
}
</style>