Shades of Indigo #4507AD
Tints of Indigo #4507AD
RGB
CMYK
RGB Variations
Color information
#4507AD (or 0x4507AD) is known color: Indigo. HEX triplet: 45, 07 and AD. RGB value is (69,7,173). Sum of RGB (Red+Green+Blue) = 69+7+173=249 (32% of max value = 765). Red value is 69 (27.34% from 255 or 27.71% from 249); Green value is 7 (3.12% from 255 or 2.81% from 249); Blue value is 173 (67.97% from 255 or 69.48% from 249); Max value from RGB is 173 - color contains mainly: blue. Hex color #4507AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4507AD is #BAF852. Grayscale: #2B2B2B. Windows color (decimal): -12253267 or 11339589. OLE color: 11339589.
HSL color Cylindrical-coordinate representation of color #4507AD: hue angle of 262.41º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4507AD is Cyan = 0.60, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 69 | 7 | 173 | - |
| CMYK | 0.60 | 0.96 | 0 | 0.32 |
| HSL | 262.41º | 0.92% | 0.35% | - |
| HSV(B) | 262.41º | 0.96% | 0.68% | - |
| XYZ | 10.07 | 4.43 | 39.86 | - |
| YUV | 44.46 | 200.54 | 145.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 7 | 173 | 0.60 | 0.96 | 0 | 0.32 | 262.41 | 0.92 | 0.35 |
| Hex | 45 | 7 | AD | 3C | 60 | 0 | 20 | 106 | 5C | 23 |
| Octal | 105 | 7 | 255 | 74 | 140 | 0 | 40 | 406 | 134 | 43 |
| Binary | 1000101 | 111 | 10101101 | 111100 | 1100000 | 0 | 100000 | 100000110 | 1011100 | 100011 |
Color Harmonies of #4507AD
Complementary color
Monochromatic Colors of #4507AD
Black with #4507AD
Text Example
Text Example
White with #4507AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4507AD; }
p { color: rgb(69,7,173); }
H1.HeaderClassName
{
color: #4507AD;
}
.AnyTagClassName
{
color: #4507AD;
}
</style>
background-color css
<style>
a { background-color: #4507AD; }
a { background-color: rgb(69,7,173); }
div.DivClassName
{
background-color: #4507AD;
}
.BgClassName
{
background-color: #4507AD;
}
</style>
border-color css
<style>
span { border-color: #4507AD; }
span { border-color: rgb(69,7,173); }
td.TdClassName
{
border-color: #4507AD;
}
.TagClassName
{
border-color: #4507AD;
}
</style>