Shades of Indigo #3E0280
Tints of Indigo #3E0280
RGB
CMYK
RGB Variations
Color information
#3E0280 (or 0x3E0280) is known color: Indigo. HEX triplet: 3E, 02 and 80. RGB value is (62,2,128). Sum of RGB (Red+Green+Blue) = 62+2+128=192 (25% of max value = 765). Red value is 62 (24.61% from 255 or 32.29% from 192); Green value is 2 (1.17% from 255 or 1.04% from 192); Blue value is 128 (50.39% from 255 or 66.67% from 192); Max value from RGB is 128 - color contains mainly: blue. Hex color #3E0280 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3E0280 is #C1FD7F. Grayscale: #212121. Windows color (decimal): -12713344 or 8389182. OLE color: 8389182.
HSL color Cylindrical-coordinate representation of color #3E0280: hue angle of 268.57º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3E0280 is Cyan = 0.52, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 62 | 2 | 128 | - |
| CMYK | 0.52 | 0.98 | 0 | 0.50 |
| HSL | 268.57º | 0.97% | 0.25% | - |
| HSV(B) | 268.57º | 0.98% | 0.5% | - |
| XYZ | 5.9 | 2.63 | 20.62 | - |
| YUV | 34.3 | 180.88 | 147.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 2 | 128 | 0.52 | 0.98 | 0 | 0.50 | 268.57 | 0.97 | 0.25 |
| Hex | 3E | 2 | 80 | 34 | 62 | 0 | 32 | 10D | 61 | 19 |
| Octal | 76 | 2 | 200 | 64 | 142 | 0 | 62 | 415 | 141 | 31 |
| Binary | 111110 | 10 | 10000000 | 110100 | 1100010 | 0 | 110010 | 100001101 | 1100001 | 11001 |
Color Harmonies of #3E0280
Complementary color
Monochromatic Colors of #3E0280
Black with #3E0280
Text Example
Text Example
White with #3E0280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0280; }
p { color: rgb(62,2,128); }
H1.HeaderClassName
{
color: #3E0280;
}
.AnyTagClassName
{
color: #3E0280;
}
</style>
background-color css
<style>
a { background-color: #3E0280; }
a { background-color: rgb(62,2,128); }
div.DivClassName
{
background-color: #3E0280;
}
.BgClassName
{
background-color: #3E0280;
}
</style>
border-color css
<style>
span { border-color: #3E0280; }
span { border-color: rgb(62,2,128); }
td.TdClassName
{
border-color: #3E0280;
}
.TagClassName
{
border-color: #3E0280;
}
</style>