Shades of Indigo #3E025D
Tints of Indigo #3E025D
RGB
CMYK
RGB Variations
Color information
#3E025D (or 0x3E025D) is known color: Indigo. HEX triplet: 3E, 02 and 5D. RGB value is (62,2,93). Sum of RGB (Red+Green+Blue) = 62+2+93=157 (20% of max value = 765). Red value is 62 (24.61% from 255 or 39.49% from 157); Green value is 2 (1.17% from 255 or 1.27% from 157); Blue value is 93 (36.72% from 255 or 59.24% from 157); Max value from RGB is 93 - color contains mainly: blue. Hex color #3E025D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E025D is #C1FDA2. Grayscale: #1E1E1E. Windows color (decimal): -12713379 or 6095422. OLE color: 6095422.
HSL color Cylindrical-coordinate representation of color #3E025D: hue angle of 279.56º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3E025D is Cyan = 0.33, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 62 | 2 | 93 | - |
| CMYK | 0.33 | 0.98 | 0 | 0.64 |
| HSL | 279.56º | 0.96% | 0.19% | - |
| HSV(B) | 279.56º | 0.98% | 0.36% | - |
| XYZ | 3.98 | 1.86 | 10.5 | - |
| YUV | 30.31 | 163.38 | 150.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 2 | 93 | 0.33 | 0.98 | 0 | 0.64 | 279.56 | 0.96 | 0.19 |
| Hex | 3E | 2 | 5D | 21 | 62 | 0 | 40 | 118 | 60 | 13 |
| Octal | 76 | 2 | 135 | 41 | 142 | 0 | 100 | 430 | 140 | 23 |
| Binary | 111110 | 10 | 1011101 | 100001 | 1100010 | 0 | 1000000 | 100011000 | 1100000 | 10011 |
Color Harmonies of #3E025D
Complementary color
Monochromatic Colors of #3E025D
Black with #3E025D
Text Example
Text Example
White with #3E025D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E025D; }
p { color: rgb(62,2,93); }
H1.HeaderClassName
{
color: #3E025D;
}
.AnyTagClassName
{
color: #3E025D;
}
</style>
background-color css
<style>
a { background-color: #3E025D; }
a { background-color: rgb(62,2,93); }
div.DivClassName
{
background-color: #3E025D;
}
.BgClassName
{
background-color: #3E025D;
}
</style>
border-color css
<style>
span { border-color: #3E025D; }
span { border-color: rgb(62,2,93); }
td.TdClassName
{
border-color: #3E025D;
}
.TagClassName
{
border-color: #3E025D;
}
</style>