Shades of Indigo #440970
Tints of Indigo #440970
RGB
CMYK
RGB Variations
Color information
#440970 (or 0x440970) is known color: Indigo. HEX triplet: 44, 09 and 70. RGB value is (68,9,112). Sum of RGB (Red+Green+Blue) = 68+9+112=189 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.98% from 189); Green value is 9 (3.91% from 255 or 4.76% from 189); Blue value is 112 (44.14% from 255 or 59.26% from 189); Max value from RGB is 112 - color contains mainly: blue. Hex color #440970 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440970 is #BBF68F. Grayscale: #262626. Windows color (decimal): -12318352 or 7342404. OLE color: 7342404.
HSL color Cylindrical-coordinate representation of color #440970: hue angle of 274.37º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #440970 is Cyan = 0.39, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 68 | 9 | 112 | - |
| CMYK | 0.39 | 0.92 | 0 | 0.56 |
| HSL | 274.37º | 0.85% | 0.24% | - |
| HSV(B) | 274.37º | 0.92% | 0.44% | - |
| XYZ | 5.41 | 2.59 | 15.55 | - |
| YUV | 38.38 | 169.55 | 149.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 9 | 112 | 0.39 | 0.92 | 0 | 0.56 | 274.37 | 0.85 | 0.24 |
| Hex | 44 | 9 | 70 | 27 | 5C | 0 | 38 | 112 | 55 | 18 |
| Octal | 104 | 11 | 160 | 47 | 134 | 0 | 70 | 422 | 125 | 30 |
| Binary | 1000100 | 1001 | 1110000 | 100111 | 1011100 | 0 | 111000 | 100010010 | 1010101 | 11000 |
Color Harmonies of #440970
Complementary color
Monochromatic Colors of #440970
Black with #440970
Text Example
Text Example
White with #440970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440970; }
p { color: rgb(68,9,112); }
H1.HeaderClassName
{
color: #440970;
}
.AnyTagClassName
{
color: #440970;
}
</style>
background-color css
<style>
a { background-color: #440970; }
a { background-color: rgb(68,9,112); }
div.DivClassName
{
background-color: #440970;
}
.BgClassName
{
background-color: #440970;
}
</style>
border-color css
<style>
span { border-color: #440970; }
span { border-color: rgb(68,9,112); }
td.TdClassName
{
border-color: #440970;
}
.TagClassName
{
border-color: #440970;
}
</style>