Shades of Indigo #3E0275
Tints of Indigo #3E0275
RGB
CMYK
RGB Variations
Color information
#3E0275 (or 0x3E0275) is known color: Indigo. HEX triplet: 3E, 02 and 75. RGB value is (62,2,117). Sum of RGB (Red+Green+Blue) = 62+2+117=181 (23% of max value = 765). Red value is 62 (24.61% from 255 or 34.25% from 181); Green value is 2 (1.17% from 255 or 1.10% from 181); Blue value is 117 (46.09% from 255 or 64.64% from 181); Max value from RGB is 117 - color contains mainly: blue. Hex color #3E0275 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E0275 is #C1FD8A. Grayscale: #202020. Windows color (decimal): -12713355 or 7668286. OLE color: 7668286.
HSL color Cylindrical-coordinate representation of color #3E0275: hue angle of 271.3º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3E0275 is Cyan = 0.47, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 62 | 2 | 117 | - |
| CMYK | 0.47 | 0.98 | 0 | 0.54 |
| HSL | 271.3º | 0.97% | 0.23% | - |
| HSV(B) | 271.3º | 0.98% | 0.46% | - |
| XYZ | 5.22 | 2.35 | 17.01 | - |
| YUV | 33.05 | 175.38 | 148.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 2 | 117 | 0.47 | 0.98 | 0 | 0.54 | 271.3 | 0.97 | 0.23 |
| Hex | 3E | 2 | 75 | 2F | 62 | 0 | 36 | 10F | 61 | 17 |
| Octal | 76 | 2 | 165 | 57 | 142 | 0 | 66 | 417 | 141 | 27 |
| Binary | 111110 | 10 | 1110101 | 101111 | 1100010 | 0 | 110110 | 100001111 | 1100001 | 10111 |
Color Harmonies of #3E0275
Complementary color
Monochromatic Colors of #3E0275
Black with #3E0275
Text Example
Text Example
White with #3E0275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0275; }
p { color: rgb(62,2,117); }
H1.HeaderClassName
{
color: #3E0275;
}
.AnyTagClassName
{
color: #3E0275;
}
</style>
background-color css
<style>
a { background-color: #3E0275; }
a { background-color: rgb(62,2,117); }
div.DivClassName
{
background-color: #3E0275;
}
.BgClassName
{
background-color: #3E0275;
}
</style>
border-color css
<style>
span { border-color: #3E0275; }
span { border-color: rgb(62,2,117); }
td.TdClassName
{
border-color: #3E0275;
}
.TagClassName
{
border-color: #3E0275;
}
</style>