Shades of Indigo #3E007E
Tints of Indigo #3E007E
RGB
CMYK
RGB Variations
Color information
#3E007E (or 0x3E007E) is known color: Indigo. HEX triplet: 3E, 00 and 7E. RGB value is (62,0,126). Sum of RGB (Red+Green+Blue) = 62+0+126=188 (24% of max value = 765). Red value is 62 (24.61% from 255 or 32.98% from 188); Green value is 0 (0.39% from 255 or 0% from 188); Blue value is 126 (49.61% from 255 or 67.02% from 188); Max value from RGB is 126 - color contains mainly: blue. Hex color #3E007E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E007E is #C1FF81. Grayscale: #202020. Windows color (decimal): -12713858 or 8257598. OLE color: 8257598.
HSL color Cylindrical-coordinate representation of color #3E007E: hue angle of 269.52º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3E007E is Cyan = 0.51, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 62 | 0 | 126 | - |
| CMYK | 0.51 | 1 | 0 | 0.51 |
| HSL | 269.52º | 1% | 0.25% | - |
| HSV(B) | 269.52º | 1% | 0.49% | - |
| XYZ | 5.75 | 2.53 | 19.92 | - |
| YUV | 32.9 | 180.54 | 148.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 0 | 126 | 0.51 | 1 | 0 | 0.51 | 269.52 | 1 | 0.25 |
| Hex | 3E | 0 | 7E | 33 | 64 | 0 | 33 | 10E | 64 | 19 |
| Octal | 76 | 0 | 176 | 63 | 144 | 0 | 63 | 416 | 144 | 31 |
| Binary | 111110 | 0 | 1111110 | 110011 | 1100100 | 0 | 110011 | 100001110 | 1100100 | 11001 |
Color Harmonies of #3E007E
Complementary color
Monochromatic Colors of #3E007E
Black with #3E007E
Text Example
Text Example
White with #3E007E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E007E; }
p { color: rgb(62,0,126); }
H1.HeaderClassName
{
color: #3E007E;
}
.AnyTagClassName
{
color: #3E007E;
}
</style>
background-color css
<style>
a { background-color: #3E007E; }
a { background-color: rgb(62,0,126); }
div.DivClassName
{
background-color: #3E007E;
}
.BgClassName
{
background-color: #3E007E;
}
</style>
border-color css
<style>
span { border-color: #3E007E; }
span { border-color: rgb(62,0,126); }
td.TdClassName
{
border-color: #3E007E;
}
.TagClassName
{
border-color: #3E007E;
}
</style>