Shades of Indigo #4609AC
Tints of Indigo #4609AC
RGB
CMYK
RGB Variations
Color information
#4609AC (or 0x4609AC) is known color: Indigo. HEX triplet: 46, 09 and AC. RGB value is (70,9,172). Sum of RGB (Red+Green+Blue) = 70+9+172=251 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.89% from 251); Green value is 9 (3.91% from 255 or 3.59% from 251); Blue value is 172 (67.58% from 255 or 68.53% from 251); Max value from RGB is 172 - color contains mainly: blue. Hex color #4609AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4609AC is #B9F653. Grayscale: #2D2D2D. Windows color (decimal): -12187220 or 11274566. OLE color: 11274566.
HSL color Cylindrical-coordinate representation of color #4609AC: hue angle of 262.45º 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 #4609AC is Cyan = 0.59, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 70 | 9 | 172 | - |
| CMYK | 0.59 | 0.95 | 0 | 0.33 |
| HSL | 262.45º | 0.9% | 0.35% | - |
| HSV(B) | 262.45º | 0.95% | 0.67% | - |
| XYZ | 10.07 | 4.48 | 39.36 | - |
| YUV | 45.82 | 199.21 | 145.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 9 | 172 | 0.59 | 0.95 | 0 | 0.33 | 262.45 | 0.9 | 0.35 |
| Hex | 46 | 9 | AC | 3B | 5F | 0 | 21 | 106 | 5A | 23 |
| Octal | 106 | 11 | 254 | 73 | 137 | 0 | 41 | 406 | 132 | 43 |
| Binary | 1000110 | 1001 | 10101100 | 111011 | 1011111 | 0 | 100001 | 100000110 | 1011010 | 100011 |
Color Harmonies of #4609AC
Complementary color
Monochromatic Colors of #4609AC
Black with #4609AC
Text Example
Text Example
White with #4609AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4609AC; }
p { color: rgb(70,9,172); }
H1.HeaderClassName
{
color: #4609AC;
}
.AnyTagClassName
{
color: #4609AC;
}
</style>
background-color css
<style>
a { background-color: #4609AC; }
a { background-color: rgb(70,9,172); }
div.DivClassName
{
background-color: #4609AC;
}
.BgClassName
{
background-color: #4609AC;
}
</style>
border-color css
<style>
span { border-color: #4609AC; }
span { border-color: rgb(70,9,172); }
td.TdClassName
{
border-color: #4609AC;
}
.TagClassName
{
border-color: #4609AC;
}
</style>