Shades of Indigo #5D038A
Tints of Indigo #5D038A
RGB
CMYK
RGB Variations
Color information
#5D038A (or 0x5D038A) is known color: Indigo. HEX triplet: 5D, 03 and 8A. RGB value is (93,3,138). Sum of RGB (Red+Green+Blue) = 93+3+138=234 (30% of max value = 765). Red value is 93 (36.72% from 255 or 39.74% from 234); Green value is 3 (1.56% from 255 or 1.28% from 234); Blue value is 138 (54.30% from 255 or 58.97% from 234); Max value from RGB is 138 - color contains mainly: blue. Hex color #5D038A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5D038A is #A2FC75. Grayscale: #2C2C2C. Windows color (decimal): -10681462 or 9044829. OLE color: 9044829.
HSL color Cylindrical-coordinate representation of color #5D038A: hue angle of 280º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5D038A is Cyan = 0.33, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 93 | 3 | 138 | - |
| CMYK | 0.33 | 0.98 | 0 | 0.46 |
| HSL | 280º | 0.96% | 0.28% | - |
| HSV(B) | 280º | 0.98% | 0.54% | - |
| XYZ | 9.13 | 4.23 | 24.38 | - |
| YUV | 45.3 | 180.32 | 162.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 3 | 138 | 0.33 | 0.98 | 0 | 0.46 | 280 | 0.96 | 0.28 |
| Hex | 5D | 3 | 8A | 21 | 62 | 0 | 2E | 118 | 60 | 1C |
| Octal | 135 | 3 | 212 | 41 | 142 | 0 | 56 | 430 | 140 | 34 |
| Binary | 1011101 | 11 | 10001010 | 100001 | 1100010 | 0 | 101110 | 100011000 | 1100000 | 11100 |
Color Harmonies of #5D038A
Complementary color
Monochromatic Colors of #5D038A
Black with #5D038A
Text Example
Text Example
White with #5D038A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D038A; }
p { color: rgb(93,3,138); }
H1.HeaderClassName
{
color: #5D038A;
}
.AnyTagClassName
{
color: #5D038A;
}
</style>
background-color css
<style>
a { background-color: #5D038A; }
a { background-color: rgb(93,3,138); }
div.DivClassName
{
background-color: #5D038A;
}
.BgClassName
{
background-color: #5D038A;
}
</style>
border-color css
<style>
span { border-color: #5D038A; }
span { border-color: rgb(93,3,138); }
td.TdClassName
{
border-color: #5D038A;
}
.TagClassName
{
border-color: #5D038A;
}
</style>