Shades of Indigo #440AAF
Tints of Indigo #440AAF
RGB
CMYK
RGB Variations
Color information
#440AAF (or 0x440AAF) is known color: Indigo. HEX triplet: 44, 0A and AF. RGB value is (68,10,175). Sum of RGB (Red+Green+Blue) = 68+10+175=253 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.88% from 253); Green value is 10 (4.30% from 255 or 3.95% from 253); Blue value is 175 (68.75% from 255 or 69.17% from 253); Max value from RGB is 175 - color contains mainly: blue. Hex color #440AAF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440AAF is #BBF550. Grayscale: #2D2D2D. Windows color (decimal): -12318033 or 11471428. OLE color: 11471428.
HSL color Cylindrical-coordinate representation of color #440AAF: hue angle of 261.09º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #440AAF is Cyan = 0.61, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 68 | 10 | 175 | - |
| CMYK | 0.61 | 0.94 | 0 | 0.31 |
| HSL | 261.09º | 0.89% | 0.36% | - |
| HSV(B) | 261.09º | 0.94% | 0.69% | - |
| XYZ | 10.23 | 4.54 | 40.89 | - |
| YUV | 46.15 | 200.72 | 143.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 10 | 175 | 0.61 | 0.94 | 0 | 0.31 | 261.09 | 0.89 | 0.36 |
| Hex | 44 | A | AF | 3D | 5E | 0 | 1F | 105 | 59 | 24 |
| Octal | 104 | 12 | 257 | 75 | 136 | 0 | 37 | 405 | 131 | 44 |
| Binary | 1000100 | 1010 | 10101111 | 111101 | 1011110 | 0 | 11111 | 100000101 | 1011001 | 100100 |
Color Harmonies of #440AAF
Complementary color
Monochromatic Colors of #440AAF
Black with #440AAF
Text Example
Text Example
White with #440AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440AAF; }
p { color: rgb(68,10,175); }
H1.HeaderClassName
{
color: #440AAF;
}
.AnyTagClassName
{
color: #440AAF;
}
</style>
background-color css
<style>
a { background-color: #440AAF; }
a { background-color: rgb(68,10,175); }
div.DivClassName
{
background-color: #440AAF;
}
.BgClassName
{
background-color: #440AAF;
}
</style>
border-color css
<style>
span { border-color: #440AAF; }
span { border-color: rgb(68,10,175); }
td.TdClassName
{
border-color: #440AAF;
}
.TagClassName
{
border-color: #440AAF;
}
</style>