Shades of Indigo #4509AC
Tints of Indigo #4509AC
RGB
CMYK
RGB Variations
Color information
#4509AC (or 0x4509AC) is known color: Indigo. HEX triplet: 45, 09 and AC. RGB value is (69,9,172). Sum of RGB (Red+Green+Blue) = 69+9+172=250 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.6% from 250); Green value is 9 (3.91% from 255 or 3.6% from 250); Blue value is 172 (67.58% from 255 or 68.8% from 250); Max value from RGB is 172 - color contains mainly: blue. Hex color #4509AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4509AC is #BAF653. Grayscale: #2C2C2C. Windows color (decimal): -12252756 or 11274565. OLE color: 11274565.
HSL color Cylindrical-coordinate representation of color #4509AC: hue angle of 262.09º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4509AC is Cyan = 0.60, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 69 | 9 | 172 | - |
| CMYK | 0.60 | 0.95 | 0 | 0.33 |
| HSL | 262.09º | 0.9% | 0.35% | - |
| HSV(B) | 262.09º | 0.95% | 0.67% | - |
| XYZ | 10 | 4.44 | 39.36 | - |
| YUV | 45.52 | 199.38 | 144.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 9 | 172 | 0.60 | 0.95 | 0 | 0.33 | 262.09 | 0.9 | 0.35 |
| Hex | 45 | 9 | AC | 3C | 5F | 0 | 21 | 106 | 5A | 23 |
| Octal | 105 | 11 | 254 | 74 | 137 | 0 | 41 | 406 | 132 | 43 |
| Binary | 1000101 | 1001 | 10101100 | 111100 | 1011111 | 0 | 100001 | 100000110 | 1011010 | 100011 |
Color Harmonies of #4509AC
Complementary color
Monochromatic Colors of #4509AC
Black with #4509AC
Text Example
Text Example
White with #4509AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4509AC; }
p { color: rgb(69,9,172); }
H1.HeaderClassName
{
color: #4509AC;
}
.AnyTagClassName
{
color: #4509AC;
}
</style>
background-color css
<style>
a { background-color: #4509AC; }
a { background-color: rgb(69,9,172); }
div.DivClassName
{
background-color: #4509AC;
}
.BgClassName
{
background-color: #4509AC;
}
</style>
border-color css
<style>
span { border-color: #4509AC; }
span { border-color: rgb(69,9,172); }
td.TdClassName
{
border-color: #4509AC;
}
.TagClassName
{
border-color: #4509AC;
}
</style>