Shades of Indigo #3A009F
Tints of Indigo #3A009F
RGB
CMYK
RGB Variations
Color information
#3A009F (or 0x3A009F) is known color: Indigo. HEX triplet: 3A, 00 and 9F. RGB value is (58,0,159). Sum of RGB (Red+Green+Blue) = 58+0+159=217 (28% of max value = 765). Red value is 58 (23.05% from 255 or 26.73% from 217); Green value is 0 (0.39% from 255 or 0% from 217); Blue value is 159 (62.5% from 255 or 73.27% from 217); Max value from RGB is 159 - color contains mainly: blue. Hex color #3A009F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A009F is #C5FF60. Grayscale: #222222. Windows color (decimal): -12975969 or 10420282. OLE color: 10420282.
HSL color Cylindrical-coordinate representation of color #3A009F: hue angle of 261.89º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3A009F is Cyan = 0.64, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 58 | 0 | 159 | - |
| CMYK | 0.64 | 1 | 0 | 0.38 |
| HSL | 261.89º | 1% | 0.31% | - |
| HSV(B) | 261.89º | 1% | 0.62% | - |
| XYZ | 8 | 3.4 | 33.04 | - |
| YUV | 35.47 | 197.72 | 144.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 0 | 159 | 0.64 | 1 | 0 | 0.38 | 261.89 | 1 | 0.31 |
| Hex | 3A | 0 | 9F | 40 | 64 | 0 | 26 | 106 | 64 | 1F |
| Octal | 72 | 0 | 237 | 100 | 144 | 0 | 46 | 406 | 144 | 37 |
| Binary | 111010 | 0 | 10011111 | 1000000 | 1100100 | 0 | 100110 | 100000110 | 1100100 | 11111 |
Color Harmonies of #3A009F
Complementary color
Monochromatic Colors of #3A009F
Black with #3A009F
Text Example
Text Example
White with #3A009F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A009F; }
p { color: rgb(58,0,159); }
H1.HeaderClassName
{
color: #3A009F;
}
.AnyTagClassName
{
color: #3A009F;
}
</style>
background-color css
<style>
a { background-color: #3A009F; }
a { background-color: rgb(58,0,159); }
div.DivClassName
{
background-color: #3A009F;
}
.BgClassName
{
background-color: #3A009F;
}
</style>
border-color css
<style>
span { border-color: #3A009F; }
span { border-color: rgb(58,0,159); }
td.TdClassName
{
border-color: #3A009F;
}
.TagClassName
{
border-color: #3A009F;
}
</style>