Shades of Indigo #3E0375
Tints of Indigo #3E0375
RGB
CMYK
RGB Variations
Color information
#3E0375 (or 0x3E0375) is known color: Indigo. HEX triplet: 3E, 03 and 75. RGB value is (62,3,117). Sum of RGB (Red+Green+Blue) = 62+3+117=182 (24% of max value = 765). Red value is 62 (24.61% from 255 or 34.07% from 182); Green value is 3 (1.56% from 255 or 1.65% from 182); Blue value is 117 (46.09% from 255 or 64.29% from 182); Max value from RGB is 117 - color contains mainly: blue. Hex color #3E0375 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E0375 is #C1FC8A. Grayscale: #212121. Windows color (decimal): -12713099 or 7668542. OLE color: 7668542.
HSL color Cylindrical-coordinate representation of color #3E0375: hue angle of 271.05º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3E0375 is Cyan = 0.47, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 62 | 3 | 117 | - |
| CMYK | 0.47 | 0.97 | 0 | 0.54 |
| HSL | 271.05º | 0.95% | 0.24% | - |
| HSV(B) | 271.05º | 0.97% | 0.46% | - |
| XYZ | 5.23 | 2.37 | 17.01 | - |
| YUV | 33.64 | 175.05 | 148.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 3 | 117 | 0.47 | 0.97 | 0 | 0.54 | 271.05 | 0.95 | 0.24 |
| Hex | 3E | 3 | 75 | 2F | 61 | 0 | 36 | 10F | 5F | 18 |
| Octal | 76 | 3 | 165 | 57 | 141 | 0 | 66 | 417 | 137 | 30 |
| Binary | 111110 | 11 | 1110101 | 101111 | 1100001 | 0 | 110110 | 100001111 | 1011111 | 11000 |
Color Harmonies of #3E0375
Complementary color
Monochromatic Colors of #3E0375
Black with #3E0375
Text Example
Text Example
White with #3E0375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0375; }
p { color: rgb(62,3,117); }
H1.HeaderClassName
{
color: #3E0375;
}
.AnyTagClassName
{
color: #3E0375;
}
</style>
background-color css
<style>
a { background-color: #3E0375; }
a { background-color: rgb(62,3,117); }
div.DivClassName
{
background-color: #3E0375;
}
.BgClassName
{
background-color: #3E0375;
}
</style>
border-color css
<style>
span { border-color: #3E0375; }
span { border-color: rgb(62,3,117); }
td.TdClassName
{
border-color: #3E0375;
}
.TagClassName
{
border-color: #3E0375;
}
</style>