Shades of Indigo #440AAC
Tints of Indigo #440AAC
RGB
CMYK
RGB Variations
Color information
#440AAC (or 0x440AAC) is known color: Indigo. HEX triplet: 44, 0A and AC. RGB value is (68,10,172). Sum of RGB (Red+Green+Blue) = 68+10+172=250 (33% of max value = 765). Red value is 68 (26.95% from 255 or 27.2% from 250); Green value is 10 (4.30% from 255 or 4% 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 #440AAC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440AAC is #BBF553. Grayscale: #2D2D2D. Windows color (decimal): -12318036 or 11274820. OLE color: 11274820.
HSL color Cylindrical-coordinate representation of color #440AAC: hue angle of 261.48º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #440AAC is Cyan = 0.60, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 68 | 10 | 172 | - |
| CMYK | 0.60 | 0.94 | 0 | 0.33 |
| HSL | 261.48º | 0.89% | 0.36% | - |
| HSV(B) | 261.48º | 0.94% | 0.67% | - |
| XYZ | 9.94 | 4.42 | 39.36 | - |
| YUV | 45.81 | 199.22 | 143.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 10 | 172 | 0.60 | 0.94 | 0 | 0.33 | 261.48 | 0.89 | 0.36 |
| Hex | 44 | A | AC | 3C | 5E | 0 | 21 | 105 | 59 | 24 |
| Octal | 104 | 12 | 254 | 74 | 136 | 0 | 41 | 405 | 131 | 44 |
| Binary | 1000100 | 1010 | 10101100 | 111100 | 1011110 | 0 | 100001 | 100000101 | 1011001 | 100100 |
Color Harmonies of #440AAC
Complementary color
Monochromatic Colors of #440AAC
Black with #440AAC
Text Example
Text Example
White with #440AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440AAC; }
p { color: rgb(68,10,172); }
H1.HeaderClassName
{
color: #440AAC;
}
.AnyTagClassName
{
color: #440AAC;
}
</style>
background-color css
<style>
a { background-color: #440AAC; }
a { background-color: rgb(68,10,172); }
div.DivClassName
{
background-color: #440AAC;
}
.BgClassName
{
background-color: #440AAC;
}
</style>
border-color css
<style>
span { border-color: #440AAC; }
span { border-color: rgb(68,10,172); }
td.TdClassName
{
border-color: #440AAC;
}
.TagClassName
{
border-color: #440AAC;
}
</style>