Shades of Indigo #4609AD
Tints of Indigo #4609AD
RGB
CMYK
RGB Variations
Color information
#4609AD (or 0x4609AD) is known color: Indigo. HEX triplet: 46, 09 and AD. RGB value is (70,9,173). Sum of RGB (Red+Green+Blue) = 70+9+173=252 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.78% from 252); Green value is 9 (3.91% from 255 or 3.57% from 252); Blue value is 173 (67.97% from 255 or 68.65% from 252); Max value from RGB is 173 - color contains mainly: blue. Hex color #4609AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4609AD is #B9F652. Grayscale: #2D2D2D. Windows color (decimal): -12187219 or 11340102. OLE color: 11340102.
HSL color Cylindrical-coordinate representation of color #4609AD: hue angle of 262.32º 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 #4609AD is Cyan = 0.60, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 70 | 9 | 173 | - |
| CMYK | 0.60 | 0.95 | 0 | 0.32 |
| HSL | 262.32º | 0.9% | 0.36% | - |
| HSV(B) | 262.32º | 0.95% | 0.68% | - |
| XYZ | 10.17 | 4.51 | 39.87 | - |
| YUV | 45.94 | 199.71 | 145.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 9 | 173 | 0.60 | 0.95 | 0 | 0.32 | 262.32 | 0.9 | 0.36 |
| Hex | 46 | 9 | AD | 3C | 5F | 0 | 20 | 106 | 5A | 24 |
| Octal | 106 | 11 | 255 | 74 | 137 | 0 | 40 | 406 | 132 | 44 |
| Binary | 1000110 | 1001 | 10101101 | 111100 | 1011111 | 0 | 100000 | 100000110 | 1011010 | 100100 |
Color Harmonies of #4609AD
Complementary color
Monochromatic Colors of #4609AD
Black with #4609AD
Text Example
Text Example
White with #4609AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4609AD; }
p { color: rgb(70,9,173); }
H1.HeaderClassName
{
color: #4609AD;
}
.AnyTagClassName
{
color: #4609AD;
}
</style>
background-color css
<style>
a { background-color: #4609AD; }
a { background-color: rgb(70,9,173); }
div.DivClassName
{
background-color: #4609AD;
}
.BgClassName
{
background-color: #4609AD;
}
</style>
border-color css
<style>
span { border-color: #4609AD; }
span { border-color: rgb(70,9,173); }
td.TdClassName
{
border-color: #4609AD;
}
.TagClassName
{
border-color: #4609AD;
}
</style>