Shades of Indigo #3A0093
Tints of Indigo #3A0093
RGB
CMYK
RGB Variations
Color information
#3A0093 (or 0x3A0093) is known color: Indigo. HEX triplet: 3A, 00 and 93. RGB value is (58,0,147). Sum of RGB (Red+Green+Blue) = 58+0+147=205 (27% of max value = 765). Red value is 58 (23.05% from 255 or 28.29% from 205); Green value is 0 (0.39% from 255 or 0% from 205); Blue value is 147 (57.81% from 255 or 71.71% from 205); Max value from RGB is 147 - color contains mainly: blue. Hex color #3A0093 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A0093 is #C5FF6C. Grayscale: #212121. Windows color (decimal): -12975981 or 9633850. OLE color: 9633850.
HSL color Cylindrical-coordinate representation of color #3A0093: hue angle of 263.67º 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 #3A0093 is Cyan = 0.61, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 58 | 0 | 147 | - |
| CMYK | 0.61 | 1 | 0 | 0.42 |
| HSL | 263.67º | 1% | 0.29% | - |
| HSV(B) | 263.67º | 1% | 0.58% | - |
| XYZ | 7.01 | 3.01 | 27.81 | - |
| YUV | 34.1 | 191.72 | 145.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 0 | 147 | 0.61 | 1 | 0 | 0.42 | 263.67 | 1 | 0.29 |
| Hex | 3A | 0 | 93 | 3D | 64 | 0 | 2A | 108 | 64 | 1D |
| Octal | 72 | 0 | 223 | 75 | 144 | 0 | 52 | 410 | 144 | 35 |
| Binary | 111010 | 0 | 10010011 | 111101 | 1100100 | 0 | 101010 | 100001000 | 1100100 | 11101 |
Color Harmonies of #3A0093
Complementary color
Monochromatic Colors of #3A0093
Black with #3A0093
Text Example
Text Example
White with #3A0093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0093; }
p { color: rgb(58,0,147); }
H1.HeaderClassName
{
color: #3A0093;
}
.AnyTagClassName
{
color: #3A0093;
}
</style>
background-color css
<style>
a { background-color: #3A0093; }
a { background-color: rgb(58,0,147); }
div.DivClassName
{
background-color: #3A0093;
}
.BgClassName
{
background-color: #3A0093;
}
</style>
border-color css
<style>
span { border-color: #3A0093; }
span { border-color: rgb(58,0,147); }
td.TdClassName
{
border-color: #3A0093;
}
.TagClassName
{
border-color: #3A0093;
}
</style>