Shades of Indigo #5C038C
Tints of Indigo #5C038C
RGB
CMYK
RGB Variations
Color information
#5C038C (or 0x5C038C) is known color: Indigo. HEX triplet: 5C, 03 and 8C. RGB value is (92,3,140). Sum of RGB (Red+Green+Blue) = 92+3+140=235 (31% of max value = 765). Red value is 92 (36.33% from 255 or 39.15% from 235); Green value is 3 (1.56% from 255 or 1.28% from 235); Blue value is 140 (55.08% from 255 or 59.57% from 235); Max value from RGB is 140 - color contains mainly: blue. Hex color #5C038C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5C038C is #A3FC73. Grayscale: #2C2C2C. Windows color (decimal): -10746996 or 9175900. OLE color: 9175900.
HSL color Cylindrical-coordinate representation of color #5C038C: hue angle of 278.98º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5C038C is Cyan = 0.34, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 92 | 3 | 140 | - |
| CMYK | 0.34 | 0.98 | 0 | 0.45 |
| HSL | 278.98º | 0.96% | 0.28% | - |
| HSV(B) | 278.98º | 0.98% | 0.55% | - |
| XYZ | 9.18 | 4.23 | 25.14 | - |
| YUV | 45.23 | 181.49 | 161.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 3 | 140 | 0.34 | 0.98 | 0 | 0.45 | 278.98 | 0.96 | 0.28 |
| Hex | 5C | 3 | 8C | 22 | 62 | 0 | 2D | 117 | 60 | 1C |
| Octal | 134 | 3 | 214 | 42 | 142 | 0 | 55 | 427 | 140 | 34 |
| Binary | 1011100 | 11 | 10001100 | 100010 | 1100010 | 0 | 101101 | 100010111 | 1100000 | 11100 |
Color Harmonies of #5C038C
Complementary color
Monochromatic Colors of #5C038C
Black with #5C038C
Text Example
Text Example
White with #5C038C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C038C; }
p { color: rgb(92,3,140); }
H1.HeaderClassName
{
color: #5C038C;
}
.AnyTagClassName
{
color: #5C038C;
}
</style>
background-color css
<style>
a { background-color: #5C038C; }
a { background-color: rgb(92,3,140); }
div.DivClassName
{
background-color: #5C038C;
}
.BgClassName
{
background-color: #5C038C;
}
</style>
border-color css
<style>
span { border-color: #5C038C; }
span { border-color: rgb(92,3,140); }
td.TdClassName
{
border-color: #5C038C;
}
.TagClassName
{
border-color: #5C038C;
}
</style>