Shades of Indigo #3A0298
Tints of Indigo #3A0298
RGB
CMYK
RGB Variations
Color information
#3A0298 (or 0x3A0298) is known color: Indigo. HEX triplet: 3A, 02 and 98. RGB value is (58,2,152). Sum of RGB (Red+Green+Blue) = 58+2+152=212 (28% of max value = 765). Red value is 58 (23.05% from 255 or 27.36% from 212); Green value is 2 (1.17% from 255 or 0.94% from 212); Blue value is 152 (59.77% from 255 or 71.70% from 212); Max value from RGB is 152 - color contains mainly: blue. Hex color #3A0298 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A0298 is #C5FD67. Grayscale: #232323. Windows color (decimal): -12975464 or 9962042. OLE color: 9962042.
HSL color Cylindrical-coordinate representation of color #3A0298: hue angle of 262.4º 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 #3A0298 is Cyan = 0.62, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 58 | 2 | 152 | - |
| CMYK | 0.62 | 0.99 | 0 | 0.40 |
| HSL | 262.4º | 0.97% | 0.3% | - |
| HSV(B) | 262.4º | 0.99% | 0.6% | - |
| XYZ | 7.43 | 3.21 | 29.93 | - |
| YUV | 35.84 | 193.55 | 143.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 2 | 152 | 0.62 | 0.99 | 0 | 0.40 | 262.4 | 0.97 | 0.3 |
| Hex | 3A | 2 | 98 | 3E | 63 | 0 | 28 | 106 | 61 | 1E |
| Octal | 72 | 2 | 230 | 76 | 143 | 0 | 50 | 406 | 141 | 36 |
| Binary | 111010 | 10 | 10011000 | 111110 | 1100011 | 0 | 101000 | 100000110 | 1100001 | 11110 |
Color Harmonies of #3A0298
Complementary color
Monochromatic Colors of #3A0298
Black with #3A0298
Text Example
Text Example
White with #3A0298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0298; }
p { color: rgb(58,2,152); }
H1.HeaderClassName
{
color: #3A0298;
}
.AnyTagClassName
{
color: #3A0298;
}
</style>
background-color css
<style>
a { background-color: #3A0298; }
a { background-color: rgb(58,2,152); }
div.DivClassName
{
background-color: #3A0298;
}
.BgClassName
{
background-color: #3A0298;
}
</style>
border-color css
<style>
span { border-color: #3A0298; }
span { border-color: rgb(58,2,152); }
td.TdClassName
{
border-color: #3A0298;
}
.TagClassName
{
border-color: #3A0298;
}
</style>