Shades of Indigo #3E025C
Tints of Indigo #3E025C
RGB
CMYK
RGB Variations
Color information
#3E025C (or 0x3E025C) is known color: Indigo. HEX triplet: 3E, 02 and 5C. RGB value is (62,2,92). Sum of RGB (Red+Green+Blue) = 62+2+92=156 (20% of max value = 765). Red value is 62 (24.61% from 255 or 39.74% from 156); Green value is 2 (1.17% from 255 or 1.28% from 156); Blue value is 92 (36.33% from 255 or 58.97% from 156); Max value from RGB is 92 - color contains mainly: blue. Hex color #3E025C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E025C is #C1FDA3. Grayscale: #1D1D1D. Windows color (decimal): -12713380 or 6029886. OLE color: 6029886.
HSL color Cylindrical-coordinate representation of color #3E025C: hue angle of 280º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3E025C is Cyan = 0.33, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 62 | 2 | 92 | - |
| CMYK | 0.33 | 0.98 | 0 | 0.64 |
| HSL | 280º | 0.96% | 0.18% | - |
| HSV(B) | 280º | 0.98% | 0.36% | - |
| XYZ | 3.94 | 1.84 | 10.27 | - |
| YUV | 30.2 | 162.88 | 150.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 2 | 92 | 0.33 | 0.98 | 0 | 0.64 | 280 | 0.96 | 0.18 |
| Hex | 3E | 2 | 5C | 21 | 62 | 0 | 40 | 118 | 60 | 12 |
| Octal | 76 | 2 | 134 | 41 | 142 | 0 | 100 | 430 | 140 | 22 |
| Binary | 111110 | 10 | 1011100 | 100001 | 1100010 | 0 | 1000000 | 100011000 | 1100000 | 10010 |
Color Harmonies of #3E025C
Complementary color
Monochromatic Colors of #3E025C
Black with #3E025C
Text Example
Text Example
White with #3E025C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E025C; }
p { color: rgb(62,2,92); }
H1.HeaderClassName
{
color: #3E025C;
}
.AnyTagClassName
{
color: #3E025C;
}
</style>
background-color css
<style>
a { background-color: #3E025C; }
a { background-color: rgb(62,2,92); }
div.DivClassName
{
background-color: #3E025C;
}
.BgClassName
{
background-color: #3E025C;
}
</style>
border-color css
<style>
span { border-color: #3E025C; }
span { border-color: rgb(62,2,92); }
td.TdClassName
{
border-color: #3E025C;
}
.TagClassName
{
border-color: #3E025C;
}
</style>