Shades of Indigo #3E005B
Tints of Indigo #3E005B
RGB
CMYK
RGB Variations
Color information
#3E005B (or 0x3E005B) is known color: Indigo. HEX triplet: 3E, 00 and 5B. RGB value is (62,0,91). Sum of RGB (Red+Green+Blue) = 62+0+91=153 (20% of max value = 765). Red value is 62 (24.61% from 255 or 40.52% from 153); Green value is 0 (0.39% from 255 or 0% from 153); Blue value is 91 (35.94% from 255 or 59.48% from 153); Max value from RGB is 91 - color contains mainly: blue. Hex color #3E005B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E005B is #C1FFA4. Grayscale: #1C1C1C. Windows color (decimal): -12713893 or 5963838. OLE color: 5963838.
HSL color Cylindrical-coordinate representation of color #3E005B: hue angle of 280.88º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3E005B is Cyan = 0.32, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 62 | 0 | 91 | - |
| CMYK | 0.32 | 1 | 0 | 0.64 |
| HSL | 280.88º | 1% | 0.18% | - |
| HSV(B) | 280.88º | 1% | 0.36% | - |
| XYZ | 3.87 | 1.78 | 10.04 | - |
| YUV | 28.91 | 163.04 | 151.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 0 | 91 | 0.32 | 1 | 0 | 0.64 | 280.88 | 1 | 0.18 |
| Hex | 3E | 0 | 5B | 20 | 64 | 0 | 40 | 119 | 64 | 12 |
| Octal | 76 | 0 | 133 | 40 | 144 | 0 | 100 | 431 | 144 | 22 |
| Binary | 111110 | 0 | 1011011 | 100000 | 1100100 | 0 | 1000000 | 100011001 | 1100100 | 10010 |
Color Harmonies of #3E005B
Complementary color
Monochromatic Colors of #3E005B
Black with #3E005B
Text Example
Text Example
White with #3E005B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E005B; }
p { color: rgb(62,0,91); }
H1.HeaderClassName
{
color: #3E005B;
}
.AnyTagClassName
{
color: #3E005B;
}
</style>
background-color css
<style>
a { background-color: #3E005B; }
a { background-color: rgb(62,0,91); }
div.DivClassName
{
background-color: #3E005B;
}
.BgClassName
{
background-color: #3E005B;
}
</style>
border-color css
<style>
span { border-color: #3E005B; }
span { border-color: rgb(62,0,91); }
td.TdClassName
{
border-color: #3E005B;
}
.TagClassName
{
border-color: #3E005B;
}
</style>