Shades of Indigo #3A0398
Tints of Indigo #3A0398
RGB
CMYK
RGB Variations
Color information
#3A0398 (or 0x3A0398) is known color: Indigo. HEX triplet: 3A, 03 and 98. RGB value is (58,3,152). Sum of RGB (Red+Green+Blue) = 58+3+152=213 (28% of max value = 765). Red value is 58 (23.05% from 255 or 27.23% from 213); Green value is 3 (1.56% from 255 or 1.41% from 213); Blue value is 152 (59.77% from 255 or 71.36% from 213); Max value from RGB is 152 - color contains mainly: blue. Hex color #3A0398 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A0398 is #C5FC67. Grayscale: #232323. Windows color (decimal): -12975208 or 9962298. OLE color: 9962298.
HSL color Cylindrical-coordinate representation of color #3A0398: hue angle of 262.15º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3A0398 is Cyan = 0.62, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 58 | 3 | 152 | - |
| CMYK | 0.62 | 0.98 | 0 | 0.40 |
| HSL | 262.15º | 0.96% | 0.3% | - |
| HSV(B) | 262.15º | 0.98% | 0.6% | - |
| XYZ | 7.44 | 3.23 | 29.94 | - |
| YUV | 36.43 | 193.22 | 143.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 3 | 152 | 0.62 | 0.98 | 0 | 0.40 | 262.15 | 0.96 | 0.3 |
| Hex | 3A | 3 | 98 | 3E | 62 | 0 | 28 | 106 | 60 | 1E |
| Octal | 72 | 3 | 230 | 76 | 142 | 0 | 50 | 406 | 140 | 36 |
| Binary | 111010 | 11 | 10011000 | 111110 | 1100010 | 0 | 101000 | 100000110 | 1100000 | 11110 |
Color Harmonies of #3A0398
Complementary color
Monochromatic Colors of #3A0398
Black with #3A0398
Text Example
Text Example
White with #3A0398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0398; }
p { color: rgb(58,3,152); }
H1.HeaderClassName
{
color: #3A0398;
}
.AnyTagClassName
{
color: #3A0398;
}
</style>
background-color css
<style>
a { background-color: #3A0398; }
a { background-color: rgb(58,3,152); }
div.DivClassName
{
background-color: #3A0398;
}
.BgClassName
{
background-color: #3A0398;
}
</style>
border-color css
<style>
span { border-color: #3A0398; }
span { border-color: rgb(58,3,152); }
td.TdClassName
{
border-color: #3A0398;
}
.TagClassName
{
border-color: #3A0398;
}
</style>