Shades of Indigo #440A70
Tints of Indigo #440A70
RGB
CMYK
RGB Variations
Color information
#440A70 (or 0x440A70) is known color: Indigo. HEX triplet: 44, 0A and 70. RGB value is (68,10,112). Sum of RGB (Red+Green+Blue) = 68+10+112=190 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.79% from 190); Green value is 10 (4.30% from 255 or 5.26% from 190); Blue value is 112 (44.14% from 255 or 58.95% from 190); Max value from RGB is 112 - color contains mainly: blue. Hex color #440A70 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440A70 is #BBF58F. Grayscale: #262626. Windows color (decimal): -12318096 or 7342660. OLE color: 7342660.
HSL color Cylindrical-coordinate representation of color #440A70: hue angle of 274.12º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #440A70 is Cyan = 0.39, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 68 | 10 | 112 | - |
| CMYK | 0.39 | 0.91 | 0 | 0.56 |
| HSL | 274.12º | 0.84% | 0.24% | - |
| HSV(B) | 274.12º | 0.91% | 0.44% | - |
| XYZ | 5.42 | 2.62 | 15.55 | - |
| YUV | 38.97 | 169.22 | 148.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 10 | 112 | 0.39 | 0.91 | 0 | 0.56 | 274.12 | 0.84 | 0.24 |
| Hex | 44 | A | 70 | 27 | 5B | 0 | 38 | 112 | 54 | 18 |
| Octal | 104 | 12 | 160 | 47 | 133 | 0 | 70 | 422 | 124 | 30 |
| Binary | 1000100 | 1010 | 1110000 | 100111 | 1011011 | 0 | 111000 | 100010010 | 1010100 | 11000 |
Color Harmonies of #440A70
Complementary color
Monochromatic Colors of #440A70
Black with #440A70
Text Example
Text Example
White with #440A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440A70; }
p { color: rgb(68,10,112); }
H1.HeaderClassName
{
color: #440A70;
}
.AnyTagClassName
{
color: #440A70;
}
</style>
background-color css
<style>
a { background-color: #440A70; }
a { background-color: rgb(68,10,112); }
div.DivClassName
{
background-color: #440A70;
}
.BgClassName
{
background-color: #440A70;
}
</style>
border-color css
<style>
span { border-color: #440A70; }
span { border-color: rgb(68,10,112); }
td.TdClassName
{
border-color: #440A70;
}
.TagClassName
{
border-color: #440A70;
}
</style>