Shades of Indigo #4409AF
Tints of Indigo #4409AF
RGB
CMYK
RGB Variations
Color information
#4409AF (or 0x4409AF) is known color: Indigo. HEX triplet: 44, 09 and AF. RGB value is (68,9,175). Sum of RGB (Red+Green+Blue) = 68+9+175=252 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.98% from 252); Green value is 9 (3.91% from 255 or 3.57% from 252); Blue value is 175 (68.75% from 255 or 69.44% from 252); Max value from RGB is 175 - color contains mainly: blue. Hex color #4409AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4409AF is #BBF650. Grayscale: #2C2C2C. Windows color (decimal): -12318289 or 11471172. OLE color: 11471172.
HSL color Cylindrical-coordinate representation of color #4409AF: hue angle of 261.33º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4409AF is Cyan = 0.61, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 68 | 9 | 175 | - |
| CMYK | 0.61 | 0.95 | 0 | 0.31 |
| HSL | 261.33º | 0.9% | 0.36% | - |
| HSV(B) | 261.33º | 0.95% | 0.69% | - |
| XYZ | 10.22 | 4.52 | 40.89 | - |
| YUV | 45.57 | 201.05 | 144 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 9 | 175 | 0.61 | 0.95 | 0 | 0.31 | 261.33 | 0.9 | 0.36 |
| Hex | 44 | 9 | AF | 3D | 5F | 0 | 1F | 105 | 5A | 24 |
| Octal | 104 | 11 | 257 | 75 | 137 | 0 | 37 | 405 | 132 | 44 |
| Binary | 1000100 | 1001 | 10101111 | 111101 | 1011111 | 0 | 11111 | 100000101 | 1011010 | 100100 |
Color Harmonies of #4409AF
Complementary color
Monochromatic Colors of #4409AF
Black with #4409AF
Text Example
Text Example
White with #4409AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4409AF; }
p { color: rgb(68,9,175); }
H1.HeaderClassName
{
color: #4409AF;
}
.AnyTagClassName
{
color: #4409AF;
}
</style>
background-color css
<style>
a { background-color: #4409AF; }
a { background-color: rgb(68,9,175); }
div.DivClassName
{
background-color: #4409AF;
}
.BgClassName
{
background-color: #4409AF;
}
</style>
border-color css
<style>
span { border-color: #4409AF; }
span { border-color: rgb(68,9,175); }
td.TdClassName
{
border-color: #4409AF;
}
.TagClassName
{
border-color: #4409AF;
}
</style>