Shades of Indigo #440997
Tints of Indigo #440997
RGB
CMYK
RGB Variations
Color information
#440997 (or 0x440997) is known color: Indigo. HEX triplet: 44, 09 and 97. RGB value is (68,9,151). Sum of RGB (Red+Green+Blue) = 68+9+151=228 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.82% from 228); Green value is 9 (3.91% from 255 or 3.95% from 228); Blue value is 151 (59.38% from 255 or 66.23% from 228); Max value from RGB is 151 - color contains mainly: blue. Hex color #440997 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440997 is #BBF668. Grayscale: #2A2A2A. Windows color (decimal): -12318313 or 9898308. OLE color: 9898308.
HSL color Cylindrical-coordinate representation of color #440997: hue angle of 264.93º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #440997 is Cyan = 0.55, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 68 | 9 | 151 | - |
| CMYK | 0.55 | 0.94 | 0 | 0.41 |
| HSL | 264.93º | 0.89% | 0.31% | - |
| HSV(B) | 264.93º | 0.94% | 0.59% | - |
| XYZ | 8.07 | 3.66 | 29.56 | - |
| YUV | 42.83 | 189.05 | 145.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 9 | 151 | 0.55 | 0.94 | 0 | 0.41 | 264.93 | 0.89 | 0.31 |
| Hex | 44 | 9 | 97 | 37 | 5E | 0 | 29 | 109 | 59 | 1F |
| Octal | 104 | 11 | 227 | 67 | 136 | 0 | 51 | 411 | 131 | 37 |
| Binary | 1000100 | 1001 | 10010111 | 110111 | 1011110 | 0 | 101001 | 100001001 | 1011001 | 11111 |
Color Harmonies of #440997
Complementary color
Monochromatic Colors of #440997
Black with #440997
Text Example
Text Example
White with #440997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440997; }
p { color: rgb(68,9,151); }
H1.HeaderClassName
{
color: #440997;
}
.AnyTagClassName
{
color: #440997;
}
</style>
background-color css
<style>
a { background-color: #440997; }
a { background-color: rgb(68,9,151); }
div.DivClassName
{
background-color: #440997;
}
.BgClassName
{
background-color: #440997;
}
</style>
border-color css
<style>
span { border-color: #440997; }
span { border-color: rgb(68,9,151); }
td.TdClassName
{
border-color: #440997;
}
.TagClassName
{
border-color: #440997;
}
</style>