Shades of Indigo #3E0294
Tints of Indigo #3E0294
RGB
CMYK
RGB Variations
Color information
#3E0294 (or 0x3E0294) is known color: Indigo. HEX triplet: 3E, 02 and 94. RGB value is (62,2,148). Sum of RGB (Red+Green+Blue) = 62+2+148=212 (28% of max value = 765). Red value is 62 (24.61% from 255 or 29.25% from 212); Green value is 2 (1.17% from 255 or 0.94% from 212); Blue value is 148 (58.20% from 255 or 69.81% from 212); Max value from RGB is 148 - color contains mainly: blue. Hex color #3E0294 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3E0294 is #C1FD6B. Grayscale: #242424. Windows color (decimal): -12713324 or 9699902. OLE color: 9699902.
HSL color Cylindrical-coordinate representation of color #3E0294: hue angle of 264.66º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3E0294 is Cyan = 0.58, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 62 | 2 | 148 | - |
| CMYK | 0.58 | 0.99 | 0 | 0.42 |
| HSL | 264.66º | 0.97% | 0.29% | - |
| HSV(B) | 264.66º | 0.99% | 0.58% | - |
| XYZ | 7.35 | 3.21 | 28.25 | - |
| YUV | 36.58 | 190.88 | 146.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 2 | 148 | 0.58 | 0.99 | 0 | 0.42 | 264.66 | 0.97 | 0.29 |
| Hex | 3E | 2 | 94 | 3A | 63 | 0 | 2A | 109 | 61 | 1D |
| Octal | 76 | 2 | 224 | 72 | 143 | 0 | 52 | 411 | 141 | 35 |
| Binary | 111110 | 10 | 10010100 | 111010 | 1100011 | 0 | 101010 | 100001001 | 1100001 | 11101 |
Color Harmonies of #3E0294
Complementary color
Monochromatic Colors of #3E0294
Black with #3E0294
Text Example
Text Example
White with #3E0294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0294; }
p { color: rgb(62,2,148); }
H1.HeaderClassName
{
color: #3E0294;
}
.AnyTagClassName
{
color: #3E0294;
}
</style>
background-color css
<style>
a { background-color: #3E0294; }
a { background-color: rgb(62,2,148); }
div.DivClassName
{
background-color: #3E0294;
}
.BgClassName
{
background-color: #3E0294;
}
</style>
border-color css
<style>
span { border-color: #3E0294; }
span { border-color: rgb(62,2,148); }
td.TdClassName
{
border-color: #3E0294;
}
.TagClassName
{
border-color: #3E0294;
}
</style>