Shades of Indigo #440FAA
Tints of Indigo #440FAA
RGB
CMYK
RGB Variations
Color information
#440FAA (or 0x440FAA) is known color: Indigo. HEX triplet: 44, 0F and AA. RGB value is (68,15,170). Sum of RGB (Red+Green+Blue) = 68+15+170=253 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.88% from 253); Green value is 15 (6.25% from 255 or 5.93% from 253); Blue value is 170 (66.80% from 255 or 67.19% from 253); Max value from RGB is 170 - color contains mainly: blue. Hex color #440FAA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440FAA is #BBF055. Grayscale: #2F2F2F. Windows color (decimal): -12316758 or 11145028. OLE color: 11145028.
HSL color Cylindrical-coordinate representation of color #440FAA: hue angle of 260.52º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #440FAA is Cyan = 0.6, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 68 | 15 | 170 | - |
| CMYK | 0.6 | 0.91 | 0 | 0.33 |
| HSL | 260.52º | 0.84% | 0.36% | - |
| HSV(B) | 260.52º | 0.91% | 0.67% | - |
| XYZ | 9.81 | 4.47 | 38.38 | - |
| YUV | 48.52 | 196.56 | 141.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 15 | 170 | 0.6 | 0.91 | 0 | 0.33 | 260.52 | 0.84 | 0.36 |
| Hex | 44 | F | AA | 3C | 5B | 0 | 21 | 105 | 54 | 24 |
| Octal | 104 | 17 | 252 | 74 | 133 | 0 | 41 | 405 | 124 | 44 |
| Binary | 1000100 | 1111 | 10101010 | 111100 | 1011011 | 0 | 100001 | 100000101 | 1010100 | 100100 |
Color Harmonies of #440FAA
Complementary color
Monochromatic Colors of #440FAA
Black with #440FAA
Text Example
Text Example
White with #440FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440FAA; }
p { color: rgb(68,15,170); }
H1.HeaderClassName
{
color: #440FAA;
}
.AnyTagClassName
{
color: #440FAA;
}
</style>
background-color css
<style>
a { background-color: #440FAA; }
a { background-color: rgb(68,15,170); }
div.DivClassName
{
background-color: #440FAA;
}
.BgClassName
{
background-color: #440FAA;
}
</style>
border-color css
<style>
span { border-color: #440FAA; }
span { border-color: rgb(68,15,170); }
td.TdClassName
{
border-color: #440FAA;
}
.TagClassName
{
border-color: #440FAA;
}
</style>