Shades of Indigo #3E0572
Tints of Indigo #3E0572
RGB
CMYK
RGB Variations
Color information
#3E0572 (or 0x3E0572) is known color: Indigo. HEX triplet: 3E, 05 and 72. RGB value is (62,5,114). Sum of RGB (Red+Green+Blue) = 62+5+114=181 (23% of max value = 765). Red value is 62 (24.61% from 255 or 34.25% from 181); Green value is 5 (2.34% from 255 or 2.76% from 181); Blue value is 114 (44.92% from 255 or 62.98% from 181); Max value from RGB is 114 - color contains mainly: blue. Hex color #3E0572 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E0572 is #C1FA8D. Grayscale: #222222. Windows color (decimal): -12712590 or 7472446. OLE color: 7472446.
HSL color Cylindrical-coordinate representation of color #3E0572: hue angle of 271.38º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3E0572 is Cyan = 0.46, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 62 | 5 | 114 | - |
| CMYK | 0.46 | 0.96 | 0 | 0.55 |
| HSL | 271.38º | 0.92% | 0.23% | - |
| HSV(B) | 271.38º | 0.96% | 0.45% | - |
| XYZ | 5.08 | 2.35 | 16.11 | - |
| YUV | 34.47 | 172.88 | 147.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 5 | 114 | 0.46 | 0.96 | 0 | 0.55 | 271.38 | 0.92 | 0.23 |
| Hex | 3E | 5 | 72 | 2E | 60 | 0 | 37 | 10F | 5C | 17 |
| Octal | 76 | 5 | 162 | 56 | 140 | 0 | 67 | 417 | 134 | 27 |
| Binary | 111110 | 101 | 1110010 | 101110 | 1100000 | 0 | 110111 | 100001111 | 1011100 | 10111 |
Color Harmonies of #3E0572
Complementary color
Monochromatic Colors of #3E0572
Black with #3E0572
Text Example
Text Example
White with #3E0572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0572; }
p { color: rgb(62,5,114); }
H1.HeaderClassName
{
color: #3E0572;
}
.AnyTagClassName
{
color: #3E0572;
}
</style>
background-color css
<style>
a { background-color: #3E0572; }
a { background-color: rgb(62,5,114); }
div.DivClassName
{
background-color: #3E0572;
}
.BgClassName
{
background-color: #3E0572;
}
</style>
border-color css
<style>
span { border-color: #3E0572; }
span { border-color: rgb(62,5,114); }
td.TdClassName
{
border-color: #3E0572;
}
.TagClassName
{
border-color: #3E0572;
}
</style>