Shades of Indigo #3E0588
Tints of Indigo #3E0588
RGB
CMYK
RGB Variations
Color information
#3E0588 (or 0x3E0588) is known color: Indigo. HEX triplet: 3E, 05 and 88. RGB value is (62,5,136). Sum of RGB (Red+Green+Blue) = 62+5+136=203 (26% of max value = 765). Red value is 62 (24.61% from 255 or 30.54% from 203); Green value is 5 (2.34% from 255 or 2.46% from 203); Blue value is 136 (53.52% from 255 or 67.00% from 203); Max value from RGB is 136 - color contains mainly: blue. Hex color #3E0588 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3E0588 is #C1FA77. Grayscale: #242424. Windows color (decimal): -12712568 or 8914238. OLE color: 8914238.
HSL color Cylindrical-coordinate representation of color #3E0588: hue angle of 266.11º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3E0588 is Cyan = 0.54, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 62 | 5 | 136 | - |
| CMYK | 0.54 | 0.96 | 0 | 0.47 |
| HSL | 266.11º | 0.93% | 0.28% | - |
| HSV(B) | 266.11º | 0.96% | 0.53% | - |
| XYZ | 6.48 | 2.91 | 23.51 | - |
| YUV | 36.98 | 183.88 | 145.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 5 | 136 | 0.54 | 0.96 | 0 | 0.47 | 266.11 | 0.93 | 0.28 |
| Hex | 3E | 5 | 88 | 36 | 60 | 0 | 2F | 10A | 5D | 1C |
| Octal | 76 | 5 | 210 | 66 | 140 | 0 | 57 | 412 | 135 | 34 |
| Binary | 111110 | 101 | 10001000 | 110110 | 1100000 | 0 | 101111 | 100001010 | 1011101 | 11100 |
Color Harmonies of #3E0588
Complementary color
Monochromatic Colors of #3E0588
Black with #3E0588
Text Example
Text Example
White with #3E0588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0588; }
p { color: rgb(62,5,136); }
H1.HeaderClassName
{
color: #3E0588;
}
.AnyTagClassName
{
color: #3E0588;
}
</style>
background-color css
<style>
a { background-color: #3E0588; }
a { background-color: rgb(62,5,136); }
div.DivClassName
{
background-color: #3E0588;
}
.BgClassName
{
background-color: #3E0588;
}
</style>
border-color css
<style>
span { border-color: #3E0588; }
span { border-color: rgb(62,5,136); }
td.TdClassName
{
border-color: #3E0588;
}
.TagClassName
{
border-color: #3E0588;
}
</style>