Shades of Indigo #5C0B6D
Tints of Indigo #5C0B6D
RGB
CMYK
RGB Variations
Color information
#5C0B6D (or 0x5C0B6D) is known color: Indigo. HEX triplet: 5C, 0B and 6D. RGB value is (92,11,109). Sum of RGB (Red+Green+Blue) = 92+11+109=212 (28% of max value = 765). Red value is 92 (36.33% from 255 or 43.40% from 212); Green value is 11 (4.69% from 255 or 5.19% from 212); Blue value is 109 (42.97% from 255 or 51.42% from 212); Max value from RGB is 109 - color contains mainly: blue. Hex color #5C0B6D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C0B6D is #A3F492. Grayscale: #2E2E2E. Windows color (decimal): -10744979 or 7146332. OLE color: 7146332.
HSL color Cylindrical-coordinate representation of color #5C0B6D: hue angle of 289.59º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5C0B6D is Cyan = 0.16, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 92 | 11 | 109 | - |
| CMYK | 0.16 | 0.90 | 0 | 0.57 |
| HSL | 289.59º | 0.82% | 0.24% | - |
| HSV(B) | 289.59º | 0.9% | 0.43% | - |
| XYZ | 7.29 | 3.62 | 14.78 | - |
| YUV | 46.39 | 163.34 | 160.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 11 | 109 | 0.16 | 0.90 | 0 | 0.57 | 289.59 | 0.82 | 0.24 |
| Hex | 5C | B | 6D | 10 | 5A | 0 | 39 | 122 | 52 | 18 |
| Octal | 134 | 13 | 155 | 20 | 132 | 0 | 71 | 442 | 122 | 30 |
| Binary | 1011100 | 1011 | 1101101 | 10000 | 1011010 | 0 | 111001 | 100100010 | 1010010 | 11000 |
Color Harmonies of #5C0B6D
Complementary color
Monochromatic Colors of #5C0B6D
Black with #5C0B6D
Text Example
Text Example
White with #5C0B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C0B6D; }
p { color: rgb(92,11,109); }
H1.HeaderClassName
{
color: #5C0B6D;
}
.AnyTagClassName
{
color: #5C0B6D;
}
</style>
background-color css
<style>
a { background-color: #5C0B6D; }
a { background-color: rgb(92,11,109); }
div.DivClassName
{
background-color: #5C0B6D;
}
.BgClassName
{
background-color: #5C0B6D;
}
</style>
border-color css
<style>
span { border-color: #5C0B6D; }
span { border-color: rgb(92,11,109); }
td.TdClassName
{
border-color: #5C0B6D;
}
.TagClassName
{
border-color: #5C0B6D;
}
</style>