Shades of Indigo #3E0787
Tints of Indigo #3E0787
RGB
CMYK
RGB Variations
Color information
#3E0787 (or 0x3E0787) is known color: Indigo. HEX triplet: 3E, 07 and 87. RGB value is (62,7,135). Sum of RGB (Red+Green+Blue) = 62+7+135=204 (27% of max value = 765). Red value is 62 (24.61% from 255 or 30.39% from 204); Green value is 7 (3.12% from 255 or 3.43% from 204); Blue value is 135 (53.12% from 255 or 66.18% from 204); Max value from RGB is 135 - color contains mainly: blue. Hex color #3E0787 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3E0787 is #C1F878. Grayscale: #252525. Windows color (decimal): -12712057 or 8849214. OLE color: 8849214.
HSL color Cylindrical-coordinate representation of color #3E0787: hue angle of 265.78º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3E0787 is Cyan = 0.54, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 62 | 7 | 135 | - |
| CMYK | 0.54 | 0.95 | 0 | 0.47 |
| HSL | 265.78º | 0.9% | 0.28% | - |
| HSV(B) | 265.78º | 0.95% | 0.53% | - |
| XYZ | 6.44 | 2.93 | 23.15 | - |
| YUV | 38.04 | 182.72 | 145.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 7 | 135 | 0.54 | 0.95 | 0 | 0.47 | 265.78 | 0.9 | 0.28 |
| Hex | 3E | 7 | 87 | 36 | 5F | 0 | 2F | 10A | 5A | 1C |
| Octal | 76 | 7 | 207 | 66 | 137 | 0 | 57 | 412 | 132 | 34 |
| Binary | 111110 | 111 | 10000111 | 110110 | 1011111 | 0 | 101111 | 100001010 | 1011010 | 11100 |
Color Harmonies of #3E0787
Complementary color
Monochromatic Colors of #3E0787
Black with #3E0787
Text Example
Text Example
White with #3E0787
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0787; }
p { color: rgb(62,7,135); }
H1.HeaderClassName
{
color: #3E0787;
}
.AnyTagClassName
{
color: #3E0787;
}
</style>
background-color css
<style>
a { background-color: #3E0787; }
a { background-color: rgb(62,7,135); }
div.DivClassName
{
background-color: #3E0787;
}
.BgClassName
{
background-color: #3E0787;
}
</style>
border-color css
<style>
span { border-color: #3E0787; }
span { border-color: rgb(62,7,135); }
td.TdClassName
{
border-color: #3E0787;
}
.TagClassName
{
border-color: #3E0787;
}
</style>