Shades of Indigo #3E058A
Tints of Indigo #3E058A
RGB
CMYK
RGB Variations
Color information
#3E058A (or 0x3E058A) is known color: Indigo. HEX triplet: 3E, 05 and 8A. RGB value is (62,5,138). Sum of RGB (Red+Green+Blue) = 62+5+138=205 (27% of max value = 765). Red value is 62 (24.61% from 255 or 30.24% from 205); Green value is 5 (2.34% from 255 or 2.44% from 205); Blue value is 138 (54.30% from 255 or 67.32% from 205); Max value from RGB is 138 - color contains mainly: blue. Hex color #3E058A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3E058A is #C1FA75. Grayscale: #242424. Windows color (decimal): -12712566 or 9045310. OLE color: 9045310.
HSL color Cylindrical-coordinate representation of color #3E058A: hue angle of 265.71º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3E058A is Cyan = 0.55, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 62 | 5 | 138 | - |
| CMYK | 0.55 | 0.96 | 0 | 0.46 |
| HSL | 265.71º | 0.93% | 0.28% | - |
| HSV(B) | 265.71º | 0.96% | 0.54% | - |
| XYZ | 6.63 | 2.97 | 24.27 | - |
| YUV | 37.21 | 184.88 | 145.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 5 | 138 | 0.55 | 0.96 | 0 | 0.46 | 265.71 | 0.93 | 0.28 |
| Hex | 3E | 5 | 8A | 37 | 60 | 0 | 2E | 10A | 5D | 1C |
| Octal | 76 | 5 | 212 | 67 | 140 | 0 | 56 | 412 | 135 | 34 |
| Binary | 111110 | 101 | 10001010 | 110111 | 1100000 | 0 | 101110 | 100001010 | 1011101 | 11100 |
Color Harmonies of #3E058A
Complementary color
Monochromatic Colors of #3E058A
Black with #3E058A
Text Example
Text Example
White with #3E058A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E058A; }
p { color: rgb(62,5,138); }
H1.HeaderClassName
{
color: #3E058A;
}
.AnyTagClassName
{
color: #3E058A;
}
</style>
background-color css
<style>
a { background-color: #3E058A; }
a { background-color: rgb(62,5,138); }
div.DivClassName
{
background-color: #3E058A;
}
.BgClassName
{
background-color: #3E058A;
}
</style>
border-color css
<style>
span { border-color: #3E058A; }
span { border-color: rgb(62,5,138); }
td.TdClassName
{
border-color: #3E058A;
}
.TagClassName
{
border-color: #3E058A;
}
</style>