Shades of Indigo #3A009B
Tints of Indigo #3A009B
RGB
CMYK
RGB Variations
Color information
#3A009B (or 0x3A009B) is known color: Indigo. HEX triplet: 3A, 00 and 9B. RGB value is (58,0,155). Sum of RGB (Red+Green+Blue) = 58+0+155=213 (28% of max value = 765). Red value is 58 (23.05% from 255 or 27.23% from 213); Green value is 0 (0.39% from 255 or 0% from 213); Blue value is 155 (60.94% from 255 or 72.77% from 213); Max value from RGB is 155 - color contains mainly: blue. Hex color #3A009B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A009B is #C5FF64. Grayscale: #222222. Windows color (decimal): -12975973 or 10158138. OLE color: 10158138.
HSL color Cylindrical-coordinate representation of color #3A009B: hue angle of 262.45º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3A009B is Cyan = 0.63, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 58 | 0 | 155 | - |
| CMYK | 0.63 | 1 | 0 | 0.39 |
| HSL | 262.45º | 1% | 0.3% | - |
| HSV(B) | 262.45º | 1% | 0.61% | - |
| XYZ | 7.66 | 3.27 | 31.24 | - |
| YUV | 35.01 | 195.72 | 144.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 0 | 155 | 0.63 | 1 | 0 | 0.39 | 262.45 | 1 | 0.3 |
| Hex | 3A | 0 | 9B | 3F | 64 | 0 | 27 | 106 | 64 | 1E |
| Octal | 72 | 0 | 233 | 77 | 144 | 0 | 47 | 406 | 144 | 36 |
| Binary | 111010 | 0 | 10011011 | 111111 | 1100100 | 0 | 100111 | 100000110 | 1100100 | 11110 |
Color Harmonies of #3A009B
Complementary color
Monochromatic Colors of #3A009B
Black with #3A009B
Text Example
Text Example
White with #3A009B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A009B; }
p { color: rgb(58,0,155); }
H1.HeaderClassName
{
color: #3A009B;
}
.AnyTagClassName
{
color: #3A009B;
}
</style>
background-color css
<style>
a { background-color: #3A009B; }
a { background-color: rgb(58,0,155); }
div.DivClassName
{
background-color: #3A009B;
}
.BgClassName
{
background-color: #3A009B;
}
</style>
border-color css
<style>
span { border-color: #3A009B; }
span { border-color: rgb(58,0,155); }
td.TdClassName
{
border-color: #3A009B;
}
.TagClassName
{
border-color: #3A009B;
}
</style>