Shades of Indigo #5C0B9C
Tints of Indigo #5C0B9C
RGB
CMYK
RGB Variations
Color information
#5C0B9C (or 0x5C0B9C) is known color: Indigo. HEX triplet: 5C, 0B and 9C. RGB value is (92,11,156). Sum of RGB (Red+Green+Blue) = 92+11+156=259 (34% of max value = 765). Red value is 92 (36.33% from 255 or 35.52% from 259); Green value is 11 (4.69% from 255 or 4.25% from 259); Blue value is 156 (61.33% from 255 or 60.23% from 259); Max value from RGB is 156 - color contains mainly: blue. Hex color #5C0B9C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5C0B9C is #A3F463. Grayscale: #333333. Windows color (decimal): -10744932 or 10226524. OLE color: 10226524.
HSL color Cylindrical-coordinate representation of color #5C0B9C: hue angle of 273.52º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5C0B9C is Cyan = 0.41, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 92 | 11 | 156 | - |
| CMYK | 0.41 | 0.93 | 0 | 0.39 |
| HSL | 273.52º | 0.87% | 0.33% | - |
| HSV(B) | 273.52º | 0.93% | 0.61% | - |
| XYZ | 10.53 | 4.91 | 31.85 | - |
| YUV | 51.75 | 186.84 | 156.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 11 | 156 | 0.41 | 0.93 | 0 | 0.39 | 273.52 | 0.87 | 0.33 |
| Hex | 5C | B | 9C | 29 | 5D | 0 | 27 | 112 | 57 | 21 |
| Octal | 134 | 13 | 234 | 51 | 135 | 0 | 47 | 422 | 127 | 41 |
| Binary | 1011100 | 1011 | 10011100 | 101001 | 1011101 | 0 | 100111 | 100010010 | 1010111 | 100001 |
Color Harmonies of #5C0B9C
Complementary color
Monochromatic Colors of #5C0B9C
Black with #5C0B9C
Text Example
Text Example
White with #5C0B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C0B9C; }
p { color: rgb(92,11,156); }
H1.HeaderClassName
{
color: #5C0B9C;
}
.AnyTagClassName
{
color: #5C0B9C;
}
</style>
background-color css
<style>
a { background-color: #5C0B9C; }
a { background-color: rgb(92,11,156); }
div.DivClassName
{
background-color: #5C0B9C;
}
.BgClassName
{
background-color: #5C0B9C;
}
</style>
border-color css
<style>
span { border-color: #5C0B9C; }
span { border-color: rgb(92,11,156); }
td.TdClassName
{
border-color: #5C0B9C;
}
.TagClassName
{
border-color: #5C0B9C;
}
</style>