Shades of Indigo #4A0093
Tints of Indigo #4A0093
RGB
CMYK
RGB Variations
Color information
#4A0093 (or 0x4A0093) is known color: Indigo. HEX triplet: 4A, 00 and 93. RGB value is (74,0,147). Sum of RGB (Red+Green+Blue) = 74+0+147=221 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.48% from 221); Green value is 0 (0.39% from 255 or 0% from 221); Blue value is 147 (57.81% from 255 or 66.52% from 221); Max value from RGB is 147 - color contains mainly: blue. Hex color #4A0093 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4A0093 is #B5FF6C. Grayscale: #262626. Windows color (decimal): -11927405 or 9633866. OLE color: 9633866.
HSL color Cylindrical-coordinate representation of color #4A0093: hue angle of 270.2º 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 #4A0093 is Cyan = 0.50, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 74 | 0 | 147 | - |
| CMYK | 0.50 | 1 | 0 | 0.42 |
| HSL | 270.2º | 1% | 0.29% | - |
| HSV(B) | 270.2º | 1% | 0.58% | - |
| XYZ | 8.09 | 3.56 | 27.86 | - |
| YUV | 38.88 | 189.02 | 153.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 0 | 147 | 0.50 | 1 | 0 | 0.42 | 270.2 | 1 | 0.29 |
| Hex | 4A | 0 | 93 | 32 | 64 | 0 | 2A | 10E | 64 | 1D |
| Octal | 112 | 0 | 223 | 62 | 144 | 0 | 52 | 416 | 144 | 35 |
| Binary | 1001010 | 0 | 10010011 | 110010 | 1100100 | 0 | 101010 | 100001110 | 1100100 | 11101 |
Color Harmonies of #4A0093
Complementary color
Monochromatic Colors of #4A0093
Black with #4A0093
Text Example
Text Example
White with #4A0093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A0093; }
p { color: rgb(74,0,147); }
H1.HeaderClassName
{
color: #4A0093;
}
.AnyTagClassName
{
color: #4A0093;
}
</style>
background-color css
<style>
a { background-color: #4A0093; }
a { background-color: rgb(74,0,147); }
div.DivClassName
{
background-color: #4A0093;
}
.BgClassName
{
background-color: #4A0093;
}
</style>
border-color css
<style>
span { border-color: #4A0093; }
span { border-color: rgb(74,0,147); }
td.TdClassName
{
border-color: #4A0093;
}
.TagClassName
{
border-color: #4A0093;
}
</style>