Shades of Indigo #4607AA
Tints of Indigo #4607AA
RGB
CMYK
RGB Variations
Color information
#4607AA (or 0x4607AA) is known color: Indigo. HEX triplet: 46, 07 and AA. RGB value is (70,7,170). Sum of RGB (Red+Green+Blue) = 70+7+170=247 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.34% from 247); Green value is 7 (3.12% from 255 or 2.83% from 247); Blue value is 170 (66.80% from 255 or 68.83% from 247); Max value from RGB is 170 - color contains mainly: blue. Hex color #4607AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4607AA is #B9F855. Grayscale: #2B2B2B. Windows color (decimal): -12187734 or 11142982. OLE color: 11142982.
HSL color Cylindrical-coordinate representation of color #4607AA: hue angle of 263.19º 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 #4607AA is Cyan = 0.59, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 70 | 7 | 170 | - |
| CMYK | 0.59 | 0.96 | 0 | 0.33 |
| HSL | 263.19º | 0.92% | 0.35% | - |
| HSV(B) | 263.19º | 0.96% | 0.67% | - |
| XYZ | 9.86 | 4.36 | 38.35 | - |
| YUV | 44.42 | 198.87 | 146.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 7 | 170 | 0.59 | 0.96 | 0 | 0.33 | 263.19 | 0.92 | 0.35 |
| Hex | 46 | 7 | AA | 3B | 60 | 0 | 21 | 107 | 5C | 23 |
| Octal | 106 | 7 | 252 | 73 | 140 | 0 | 41 | 407 | 134 | 43 |
| Binary | 1000110 | 111 | 10101010 | 111011 | 1100000 | 0 | 100001 | 100000111 | 1011100 | 100011 |
Color Harmonies of #4607AA
Complementary color
Monochromatic Colors of #4607AA
Black with #4607AA
Text Example
Text Example
White with #4607AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4607AA; }
p { color: rgb(70,7,170); }
H1.HeaderClassName
{
color: #4607AA;
}
.AnyTagClassName
{
color: #4607AA;
}
</style>
background-color css
<style>
a { background-color: #4607AA; }
a { background-color: rgb(70,7,170); }
div.DivClassName
{
background-color: #4607AA;
}
.BgClassName
{
background-color: #4607AA;
}
</style>
border-color css
<style>
span { border-color: #4607AA; }
span { border-color: rgb(70,7,170); }
td.TdClassName
{
border-color: #4607AA;
}
.TagClassName
{
border-color: #4607AA;
}
</style>