Shades of Indigo #5D038B
Tints of Indigo #5D038B
RGB
CMYK
RGB Variations
Color information
#5D038B (or 0x5D038B) is known color: Indigo. HEX triplet: 5D, 03 and 8B. RGB value is (93,3,139). Sum of RGB (Red+Green+Blue) = 93+3+139=235 (31% of max value = 765). Red value is 93 (36.72% from 255 or 39.57% from 235); Green value is 3 (1.56% from 255 or 1.28% from 235); Blue value is 139 (54.69% from 255 or 59.15% from 235); Max value from RGB is 139 - color contains mainly: blue. Hex color #5D038B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5D038B is #A2FC74. Grayscale: #2C2C2C. Windows color (decimal): -10681461 or 9110365. OLE color: 9110365.
HSL color Cylindrical-coordinate representation of color #5D038B: hue angle of 279.71º 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 #5D038B is Cyan = 0.33, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 93 | 3 | 139 | - |
| CMYK | 0.33 | 0.98 | 0 | 0.45 |
| HSL | 279.71º | 0.96% | 0.28% | - |
| HSV(B) | 279.71º | 0.98% | 0.55% | - |
| XYZ | 9.21 | 4.26 | 24.76 | - |
| YUV | 45.41 | 180.82 | 161.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 3 | 139 | 0.33 | 0.98 | 0 | 0.45 | 279.71 | 0.96 | 0.28 |
| Hex | 5D | 3 | 8B | 21 | 62 | 0 | 2D | 118 | 60 | 1C |
| Octal | 135 | 3 | 213 | 41 | 142 | 0 | 55 | 430 | 140 | 34 |
| Binary | 1011101 | 11 | 10001011 | 100001 | 1100010 | 0 | 101101 | 100011000 | 1100000 | 11100 |
Color Harmonies of #5D038B
Complementary color
Monochromatic Colors of #5D038B
Black with #5D038B
Text Example
Text Example
White with #5D038B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D038B; }
p { color: rgb(93,3,139); }
H1.HeaderClassName
{
color: #5D038B;
}
.AnyTagClassName
{
color: #5D038B;
}
</style>
background-color css
<style>
a { background-color: #5D038B; }
a { background-color: rgb(93,3,139); }
div.DivClassName
{
background-color: #5D038B;
}
.BgClassName
{
background-color: #5D038B;
}
</style>
border-color css
<style>
span { border-color: #5D038B; }
span { border-color: rgb(93,3,139); }
td.TdClassName
{
border-color: #5D038B;
}
.TagClassName
{
border-color: #5D038B;
}
</style>