Shades of Indigo #3A009D
Tints of Indigo #3A009D
RGB
CMYK
RGB Variations
Color information
#3A009D (or 0x3A009D) is known color: Indigo. HEX triplet: 3A, 00 and 9D. RGB value is (58,0,157). Sum of RGB (Red+Green+Blue) = 58+0+157=215 (28% of max value = 765). Red value is 58 (23.05% from 255 or 26.98% from 215); Green value is 0 (0.39% from 255 or 0% from 215); Blue value is 157 (61.72% from 255 or 73.02% from 215); Max value from RGB is 157 - color contains mainly: blue. Hex color #3A009D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A009D is #C5FF62. Grayscale: #222222. Windows color (decimal): -12975971 or 10289210. OLE color: 10289210.
HSL color Cylindrical-coordinate representation of color #3A009D: hue angle of 262.17º 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 #3A009D is Cyan = 0.63, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 58 | 0 | 157 | - |
| CMYK | 0.63 | 1 | 0 | 0.38 |
| HSL | 262.17º | 1% | 0.31% | - |
| HSV(B) | 262.17º | 1% | 0.62% | - |
| XYZ | 7.83 | 3.33 | 32.13 | - |
| YUV | 35.24 | 196.72 | 144.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 0 | 157 | 0.63 | 1 | 0 | 0.38 | 262.17 | 1 | 0.31 |
| Hex | 3A | 0 | 9D | 3F | 64 | 0 | 26 | 106 | 64 | 1F |
| Octal | 72 | 0 | 235 | 77 | 144 | 0 | 46 | 406 | 144 | 37 |
| Binary | 111010 | 0 | 10011101 | 111111 | 1100100 | 0 | 100110 | 100000110 | 1100100 | 11111 |
Color Harmonies of #3A009D
Complementary color
Monochromatic Colors of #3A009D
Black with #3A009D
Text Example
Text Example
White with #3A009D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A009D; }
p { color: rgb(58,0,157); }
H1.HeaderClassName
{
color: #3A009D;
}
.AnyTagClassName
{
color: #3A009D;
}
</style>
background-color css
<style>
a { background-color: #3A009D; }
a { background-color: rgb(58,0,157); }
div.DivClassName
{
background-color: #3A009D;
}
.BgClassName
{
background-color: #3A009D;
}
</style>
border-color css
<style>
span { border-color: #3A009D; }
span { border-color: rgb(58,0,157); }
td.TdClassName
{
border-color: #3A009D;
}
.TagClassName
{
border-color: #3A009D;
}
</style>