Shades of Indigo #3A0092
Tints of Indigo #3A0092
RGB
CMYK
RGB Variations
Color information
#3A0092 (or 0x3A0092) is known color: Indigo. HEX triplet: 3A, 00 and 92. RGB value is (58,0,146). Sum of RGB (Red+Green+Blue) = 58+0+146=204 (27% of max value = 765). Red value is 58 (23.05% from 255 or 28.43% from 204); Green value is 0 (0.39% from 255 or 0% from 204); Blue value is 146 (57.42% from 255 or 71.57% from 204); Max value from RGB is 146 - color contains mainly: blue. Hex color #3A0092 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A0092 is #C5FF6D. Grayscale: #212121. Windows color (decimal): -12975982 or 9568314. OLE color: 9568314.
HSL color Cylindrical-coordinate representation of color #3A0092: hue angle of 263.84º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3A0092 is Cyan = 0.60, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 58 | 0 | 146 | - |
| CMYK | 0.60 | 1 | 0 | 0.43 |
| HSL | 263.84º | 1% | 0.29% | - |
| HSV(B) | 263.84º | 1% | 0.57% | - |
| XYZ | 6.93 | 2.97 | 27.4 | - |
| YUV | 33.99 | 191.22 | 145.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 0 | 146 | 0.60 | 1 | 0 | 0.43 | 263.84 | 1 | 0.29 |
| Hex | 3A | 0 | 92 | 3C | 64 | 0 | 2B | 108 | 64 | 1D |
| Octal | 72 | 0 | 222 | 74 | 144 | 0 | 53 | 410 | 144 | 35 |
| Binary | 111010 | 0 | 10010010 | 111100 | 1100100 | 0 | 101011 | 100001000 | 1100100 | 11101 |
Color Harmonies of #3A0092
Complementary color
Monochromatic Colors of #3A0092
Black with #3A0092
Text Example
Text Example
White with #3A0092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0092; }
p { color: rgb(58,0,146); }
H1.HeaderClassName
{
color: #3A0092;
}
.AnyTagClassName
{
color: #3A0092;
}
</style>
background-color css
<style>
a { background-color: #3A0092; }
a { background-color: rgb(58,0,146); }
div.DivClassName
{
background-color: #3A0092;
}
.BgClassName
{
background-color: #3A0092;
}
</style>
border-color css
<style>
span { border-color: #3A0092; }
span { border-color: rgb(58,0,146); }
td.TdClassName
{
border-color: #3A0092;
}
.TagClassName
{
border-color: #3A0092;
}
</style>