Shades of Indigo #3E0298
Tints of Indigo #3E0298
RGB
CMYK
RGB Variations
Color information
#3E0298 (or 0x3E0298) is known color: Indigo. HEX triplet: 3E, 02 and 98. RGB value is (62,2,152). Sum of RGB (Red+Green+Blue) = 62+2+152=216 (28% of max value = 765). Red value is 62 (24.61% from 255 or 28.70% from 216); Green value is 2 (1.17% from 255 or 0.93% from 216); Blue value is 152 (59.77% from 255 or 70.37% from 216); Max value from RGB is 152 - color contains mainly: blue. Hex color #3E0298 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3E0298 is #C1FD67. Grayscale: #242424. Windows color (decimal): -12713320 or 9962046. OLE color: 9962046.
HSL color Cylindrical-coordinate representation of color #3E0298: hue angle of 264º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3E0298 is Cyan = 0.59, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 62 | 2 | 152 | - |
| CMYK | 0.59 | 0.99 | 0 | 0.40 |
| HSL | 264º | 0.97% | 0.3% | - |
| HSV(B) | 264º | 0.99% | 0.6% | - |
| XYZ | 7.68 | 3.33 | 29.94 | - |
| YUV | 37.04 | 192.88 | 145.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 2 | 152 | 0.59 | 0.99 | 0 | 0.40 | 264 | 0.97 | 0.3 |
| Hex | 3E | 2 | 98 | 3B | 63 | 0 | 28 | 108 | 61 | 1E |
| Octal | 76 | 2 | 230 | 73 | 143 | 0 | 50 | 410 | 141 | 36 |
| Binary | 111110 | 10 | 10011000 | 111011 | 1100011 | 0 | 101000 | 100001000 | 1100001 | 11110 |
Color Harmonies of #3E0298
Complementary color
Monochromatic Colors of #3E0298
Black with #3E0298
Text Example
Text Example
White with #3E0298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0298; }
p { color: rgb(62,2,152); }
H1.HeaderClassName
{
color: #3E0298;
}
.AnyTagClassName
{
color: #3E0298;
}
</style>
background-color css
<style>
a { background-color: #3E0298; }
a { background-color: rgb(62,2,152); }
div.DivClassName
{
background-color: #3E0298;
}
.BgClassName
{
background-color: #3E0298;
}
</style>
border-color css
<style>
span { border-color: #3E0298; }
span { border-color: rgb(62,2,152); }
td.TdClassName
{
border-color: #3E0298;
}
.TagClassName
{
border-color: #3E0298;
}
</style>