Shades of Indigo #4509AD
Tints of Indigo #4509AD
RGB
CMYK
RGB Variations
Color information
#4509AD (or 0x4509AD) is known color: Indigo. HEX triplet: 45, 09 and AD. RGB value is (69,9,173). Sum of RGB (Red+Green+Blue) = 69+9+173=251 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.49% from 251); Green value is 9 (3.91% from 255 or 3.59% from 251); Blue value is 173 (67.97% from 255 or 68.92% from 251); Max value from RGB is 173 - color contains mainly: blue. Hex color #4509AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4509AD is #BAF652. Grayscale: #2D2D2D. Windows color (decimal): -12252755 or 11340101. OLE color: 11340101.
HSL color Cylindrical-coordinate representation of color #4509AD: hue angle of 261.95º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4509AD is Cyan = 0.60, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 69 | 9 | 173 | - |
| CMYK | 0.60 | 0.95 | 0 | 0.32 |
| HSL | 261.95º | 0.9% | 0.36% | - |
| HSV(B) | 261.95º | 0.95% | 0.68% | - |
| XYZ | 10.09 | 4.48 | 39.87 | - |
| YUV | 45.64 | 199.88 | 144.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 9 | 173 | 0.60 | 0.95 | 0 | 0.32 | 261.95 | 0.9 | 0.36 |
| Hex | 45 | 9 | AD | 3C | 5F | 0 | 20 | 106 | 5A | 24 |
| Octal | 105 | 11 | 255 | 74 | 137 | 0 | 40 | 406 | 132 | 44 |
| Binary | 1000101 | 1001 | 10101101 | 111100 | 1011111 | 0 | 100000 | 100000110 | 1011010 | 100100 |
Color Harmonies of #4509AD
Complementary color
Monochromatic Colors of #4509AD
Black with #4509AD
Text Example
Text Example
White with #4509AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4509AD; }
p { color: rgb(69,9,173); }
H1.HeaderClassName
{
color: #4509AD;
}
.AnyTagClassName
{
color: #4509AD;
}
</style>
background-color css
<style>
a { background-color: #4509AD; }
a { background-color: rgb(69,9,173); }
div.DivClassName
{
background-color: #4509AD;
}
.BgClassName
{
background-color: #4509AD;
}
</style>
border-color css
<style>
span { border-color: #4509AD; }
span { border-color: rgb(69,9,173); }
td.TdClassName
{
border-color: #4509AD;
}
.TagClassName
{
border-color: #4509AD;
}
</style>