Shades of Indigo #4905AC
Tints of Indigo #4905AC
RGB
CMYK
RGB Variations
Color information
#4905AC (or 0x4905AC) is known color: Indigo. HEX triplet: 49, 05 and AC. RGB value is (73,5,172). Sum of RGB (Red+Green+Blue) = 73+5+172=250 (33% of max value = 765). Red value is 73 (28.91% from 255 or 29.2% from 250); Green value is 5 (2.34% from 255 or 2% from 250); Blue value is 172 (67.58% from 255 or 68.8% from 250); Max value from RGB is 172 - color contains mainly: blue. Hex color #4905AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4905AC is #B6FA53. Grayscale: #2B2B2B. Windows color (decimal): -11991636 or 11273545. OLE color: 11273545.
HSL color Cylindrical-coordinate representation of color #4905AC: hue angle of 264.43º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4905AC is Cyan = 0.58, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 73 | 5 | 172 | - |
| CMYK | 0.58 | 0.97 | 0 | 0.33 |
| HSL | 264.43º | 0.94% | 0.35% | - |
| HSV(B) | 264.43º | 0.97% | 0.67% | - |
| XYZ | 10.25 | 4.5 | 39.36 | - |
| YUV | 44.37 | 200.03 | 148.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 5 | 172 | 0.58 | 0.97 | 0 | 0.33 | 264.43 | 0.94 | 0.35 |
| Hex | 49 | 5 | AC | 3A | 61 | 0 | 21 | 108 | 5E | 23 |
| Octal | 111 | 5 | 254 | 72 | 141 | 0 | 41 | 410 | 136 | 43 |
| Binary | 1001001 | 101 | 10101100 | 111010 | 1100001 | 0 | 100001 | 100001000 | 1011110 | 100011 |
Color Harmonies of #4905AC
Complementary color
Monochromatic Colors of #4905AC
Black with #4905AC
Text Example
Text Example
White with #4905AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4905AC; }
p { color: rgb(73,5,172); }
H1.HeaderClassName
{
color: #4905AC;
}
.AnyTagClassName
{
color: #4905AC;
}
</style>
background-color css
<style>
a { background-color: #4905AC; }
a { background-color: rgb(73,5,172); }
div.DivClassName
{
background-color: #4905AC;
}
.BgClassName
{
background-color: #4905AC;
}
</style>
border-color css
<style>
span { border-color: #4905AC; }
span { border-color: rgb(73,5,172); }
td.TdClassName
{
border-color: #4905AC;
}
.TagClassName
{
border-color: #4905AC;
}
</style>