Shades of Indigo #3A0095
Tints of Indigo #3A0095
RGB
CMYK
RGB Variations
Color information
#3A0095 (or 0x3A0095) is known color: Indigo. HEX triplet: 3A, 00 and 95. RGB value is (58,0,149). Sum of RGB (Red+Green+Blue) = 58+0+149=207 (27% of max value = 765). Red value is 58 (23.05% from 255 or 28.02% from 207); Green value is 0 (0.39% from 255 or 0% from 207); Blue value is 149 (58.59% from 255 or 71.98% from 207); Max value from RGB is 149 - color contains mainly: blue. Hex color #3A0095 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A0095 is #C5FF6A. Grayscale: #212121. Windows color (decimal): -12975979 or 9764922. OLE color: 9764922.
HSL color Cylindrical-coordinate representation of color #3A0095: hue angle of 263.36º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3A0095 is Cyan = 0.61, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 58 | 0 | 149 | - |
| CMYK | 0.61 | 1 | 0 | 0.42 |
| HSL | 263.36º | 1% | 0.29% | - |
| HSV(B) | 263.36º | 1% | 0.58% | - |
| XYZ | 7.17 | 3.07 | 28.65 | - |
| YUV | 34.33 | 192.72 | 144.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 0 | 149 | 0.61 | 1 | 0 | 0.42 | 263.36 | 1 | 0.29 |
| Hex | 3A | 0 | 95 | 3D | 64 | 0 | 2A | 107 | 64 | 1D |
| Octal | 72 | 0 | 225 | 75 | 144 | 0 | 52 | 407 | 144 | 35 |
| Binary | 111010 | 0 | 10010101 | 111101 | 1100100 | 0 | 101010 | 100000111 | 1100100 | 11101 |
Color Harmonies of #3A0095
Complementary color
Monochromatic Colors of #3A0095
Black with #3A0095
Text Example
Text Example
White with #3A0095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0095; }
p { color: rgb(58,0,149); }
H1.HeaderClassName
{
color: #3A0095;
}
.AnyTagClassName
{
color: #3A0095;
}
</style>
background-color css
<style>
a { background-color: #3A0095; }
a { background-color: rgb(58,0,149); }
div.DivClassName
{
background-color: #3A0095;
}
.BgClassName
{
background-color: #3A0095;
}
</style>
border-color css
<style>
span { border-color: #3A0095; }
span { border-color: rgb(58,0,149); }
td.TdClassName
{
border-color: #3A0095;
}
.TagClassName
{
border-color: #3A0095;
}
</style>