Shades of Indigo #440A96
Tints of Indigo #440A96
RGB
CMYK
RGB Variations
Color information
#440A96 (or 0x440A96) is known color: Indigo. HEX triplet: 44, 0A and 96. RGB value is (68,10,150). Sum of RGB (Red+Green+Blue) = 68+10+150=228 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.82% from 228); Green value is 10 (4.30% from 255 or 4.39% from 228); Blue value is 150 (58.98% from 255 or 65.79% from 228); Max value from RGB is 150 - color contains mainly: blue. Hex color #440A96 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440A96 is #BBF569. Grayscale: #2A2A2A. Windows color (decimal): -12318058 or 9833028. OLE color: 9833028.
HSL color Cylindrical-coordinate representation of color #440A96: hue angle of 264.86º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #440A96 is Cyan = 0.55, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 68 | 10 | 150 | - |
| CMYK | 0.55 | 0.93 | 0 | 0.41 |
| HSL | 264.86º | 0.88% | 0.31% | - |
| HSV(B) | 264.86º | 0.93% | 0.59% | - |
| XYZ | 8 | 3.65 | 29.14 | - |
| YUV | 43.3 | 188.22 | 145.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 10 | 150 | 0.55 | 0.93 | 0 | 0.41 | 264.86 | 0.88 | 0.31 |
| Hex | 44 | A | 96 | 37 | 5D | 0 | 29 | 109 | 58 | 1F |
| Octal | 104 | 12 | 226 | 67 | 135 | 0 | 51 | 411 | 130 | 37 |
| Binary | 1000100 | 1010 | 10010110 | 110111 | 1011101 | 0 | 101001 | 100001001 | 1011000 | 11111 |
Color Harmonies of #440A96
Complementary color
Monochromatic Colors of #440A96
Black with #440A96
Text Example
Text Example
White with #440A96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440A96; }
p { color: rgb(68,10,150); }
H1.HeaderClassName
{
color: #440A96;
}
.AnyTagClassName
{
color: #440A96;
}
</style>
background-color css
<style>
a { background-color: #440A96; }
a { background-color: rgb(68,10,150); }
div.DivClassName
{
background-color: #440A96;
}
.BgClassName
{
background-color: #440A96;
}
</style>
border-color css
<style>
span { border-color: #440A96; }
span { border-color: rgb(68,10,150); }
td.TdClassName
{
border-color: #440A96;
}
.TagClassName
{
border-color: #440A96;
}
</style>