Shades of Indigo #5C039B
Tints of Indigo #5C039B
RGB
CMYK
RGB Variations
Color information
#5C039B (or 0x5C039B) is known color: Indigo. HEX triplet: 5C, 03 and 9B. RGB value is (92,3,155). Sum of RGB (Red+Green+Blue) = 92+3+155=250 (33% of max value = 765). Red value is 92 (36.33% from 255 or 36.8% from 250); Green value is 3 (1.56% from 255 or 1.2% from 250); Blue value is 155 (60.94% from 255 or 62% from 250); Max value from RGB is 155 - color contains mainly: blue. Hex color #5C039B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5C039B is #A3FC64. Grayscale: #2E2E2E. Windows color (decimal): -10746981 or 10158940. OLE color: 10158940.
HSL color Cylindrical-coordinate representation of color #5C039B: hue angle of 275.13º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5C039B is Cyan = 0.41, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 92 | 3 | 155 | - |
| CMYK | 0.41 | 0.98 | 0 | 0.39 |
| HSL | 275.13º | 0.96% | 0.31% | - |
| HSV(B) | 275.13º | 0.98% | 0.61% | - |
| XYZ | 10.36 | 4.71 | 31.37 | - |
| YUV | 46.94 | 188.99 | 160.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 3 | 155 | 0.41 | 0.98 | 0 | 0.39 | 275.13 | 0.96 | 0.31 |
| Hex | 5C | 3 | 9B | 29 | 62 | 0 | 27 | 113 | 60 | 1F |
| Octal | 134 | 3 | 233 | 51 | 142 | 0 | 47 | 423 | 140 | 37 |
| Binary | 1011100 | 11 | 10011011 | 101001 | 1100010 | 0 | 100111 | 100010011 | 1100000 | 11111 |
Color Harmonies of #5C039B
Complementary color
Monochromatic Colors of #5C039B
Black with #5C039B
Text Example
Text Example
White with #5C039B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C039B; }
p { color: rgb(92,3,155); }
H1.HeaderClassName
{
color: #5C039B;
}
.AnyTagClassName
{
color: #5C039B;
}
</style>
background-color css
<style>
a { background-color: #5C039B; }
a { background-color: rgb(92,3,155); }
div.DivClassName
{
background-color: #5C039B;
}
.BgClassName
{
background-color: #5C039B;
}
</style>
border-color css
<style>
span { border-color: #5C039B; }
span { border-color: rgb(92,3,155); }
td.TdClassName
{
border-color: #5C039B;
}
.TagClassName
{
border-color: #5C039B;
}
</style>