Shades of Indigo #4907AC
Tints of Indigo #4907AC
RGB
CMYK
RGB Variations
Color information
#4907AC (or 0x4907AC) is known color: Indigo. HEX triplet: 49, 07 and AC. RGB value is (73,7,172). Sum of RGB (Red+Green+Blue) = 73+7+172=252 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.97% from 252); Green value is 7 (3.12% from 255 or 2.78% from 252); Blue value is 172 (67.58% from 255 or 68.25% from 252); Max value from RGB is 172 - color contains mainly: blue. Hex color #4907AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4907AC is #B6F853. Grayscale: #2C2C2C. Windows color (decimal): -11991124 or 11274057. OLE color: 11274057.
HSL color Cylindrical-coordinate representation of color #4907AC: hue angle of 264º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4907AC is Cyan = 0.58, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 73 | 7 | 172 | - |
| CMYK | 0.58 | 0.96 | 0 | 0.33 |
| HSL | 264º | 0.92% | 0.35% | - |
| HSV(B) | 264º | 0.96% | 0.67% | - |
| XYZ | 10.27 | 4.55 | 39.37 | - |
| YUV | 45.54 | 199.37 | 147.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 7 | 172 | 0.58 | 0.96 | 0 | 0.33 | 264 | 0.92 | 0.35 |
| Hex | 49 | 7 | AC | 3A | 60 | 0 | 21 | 108 | 5C | 23 |
| Octal | 111 | 7 | 254 | 72 | 140 | 0 | 41 | 410 | 134 | 43 |
| Binary | 1001001 | 111 | 10101100 | 111010 | 1100000 | 0 | 100001 | 100001000 | 1011100 | 100011 |
Color Harmonies of #4907AC
Complementary color
Monochromatic Colors of #4907AC
Black with #4907AC
Text Example
Text Example
White with #4907AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4907AC; }
p { color: rgb(73,7,172); }
H1.HeaderClassName
{
color: #4907AC;
}
.AnyTagClassName
{
color: #4907AC;
}
</style>
background-color css
<style>
a { background-color: #4907AC; }
a { background-color: rgb(73,7,172); }
div.DivClassName
{
background-color: #4907AC;
}
.BgClassName
{
background-color: #4907AC;
}
</style>
border-color css
<style>
span { border-color: #4907AC; }
span { border-color: rgb(73,7,172); }
td.TdClassName
{
border-color: #4907AC;
}
.TagClassName
{
border-color: #4907AC;
}
</style>