Shades of Indigo #3A038F
Tints of Indigo #3A038F
RGB
CMYK
RGB Variations
Color information
#3A038F (or 0x3A038F) is known color: Indigo. HEX triplet: 3A, 03 and 8F. RGB value is (58,3,143). Sum of RGB (Red+Green+Blue) = 58+3+143=204 (27% of max value = 765). Red value is 58 (23.05% from 255 or 28.43% from 204); Green value is 3 (1.56% from 255 or 1.47% from 204); Blue value is 143 (56.25% from 255 or 70.10% from 204); Max value from RGB is 143 - color contains mainly: blue. Hex color #3A038F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A038F is #C5FC70. Grayscale: #222222. Windows color (decimal): -12975217 or 9372474. OLE color: 9372474.
HSL color Cylindrical-coordinate representation of color #3A038F: hue angle of 263.57º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3A038F is Cyan = 0.59, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 58 | 3 | 143 | - |
| CMYK | 0.59 | 0.98 | 0 | 0.44 |
| HSL | 263.57º | 0.96% | 0.29% | - |
| HSV(B) | 263.57º | 0.98% | 0.56% | - |
| XYZ | 6.74 | 2.95 | 26.2 | - |
| YUV | 35.41 | 188.72 | 144.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 3 | 143 | 0.59 | 0.98 | 0 | 0.44 | 263.57 | 0.96 | 0.29 |
| Hex | 3A | 3 | 8F | 3B | 62 | 0 | 2C | 108 | 60 | 1D |
| Octal | 72 | 3 | 217 | 73 | 142 | 0 | 54 | 410 | 140 | 35 |
| Binary | 111010 | 11 | 10001111 | 111011 | 1100010 | 0 | 101100 | 100001000 | 1100000 | 11101 |
Color Harmonies of #3A038F
Complementary color
Monochromatic Colors of #3A038F
Black with #3A038F
Text Example
Text Example
White with #3A038F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A038F; }
p { color: rgb(58,3,143); }
H1.HeaderClassName
{
color: #3A038F;
}
.AnyTagClassName
{
color: #3A038F;
}
</style>
background-color css
<style>
a { background-color: #3A038F; }
a { background-color: rgb(58,3,143); }
div.DivClassName
{
background-color: #3A038F;
}
.BgClassName
{
background-color: #3A038F;
}
</style>
border-color css
<style>
span { border-color: #3A038F; }
span { border-color: rgb(58,3,143); }
td.TdClassName
{
border-color: #3A038F;
}
.TagClassName
{
border-color: #3A038F;
}
</style>