Shades of Indigo #440561
Tints of Indigo #440561
RGB
CMYK
RGB Variations
Color information
#440561 (or 0x440561) is known color: Indigo. HEX triplet: 44, 05 and 61. RGB value is (68,5,97). Sum of RGB (Red+Green+Blue) = 68+5+97=170 (22% of max value = 765). Red value is 68 (26.95% from 255 or 40% from 170); Green value is 5 (2.34% from 255 or 2.94% from 170); Blue value is 97 (38.28% from 255 or 57.06% from 170); Max value from RGB is 97 - color contains mainly: blue. Hex color #440561 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440561 is #BBFA9E. Grayscale: #222222. Windows color (decimal): -12319391 or 6358340. OLE color: 6358340.
HSL color Cylindrical-coordinate representation of color #440561: hue angle of 281.09º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #440561 is Cyan = 0.30, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 68 | 5 | 97 | - |
| CMYK | 0.30 | 0.95 | 0 | 0.62 |
| HSL | 281.09º | 0.9% | 0.2% | - |
| HSV(B) | 281.09º | 0.95% | 0.38% | - |
| XYZ | 4.6 | 2.2 | 11.49 | - |
| YUV | 34.33 | 163.37 | 152.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 5 | 97 | 0.30 | 0.95 | 0 | 0.62 | 281.09 | 0.9 | 0.2 |
| Hex | 44 | 5 | 61 | 1E | 5F | 0 | 3E | 119 | 5A | 14 |
| Octal | 104 | 5 | 141 | 36 | 137 | 0 | 76 | 431 | 132 | 24 |
| Binary | 1000100 | 101 | 1100001 | 11110 | 1011111 | 0 | 111110 | 100011001 | 1011010 | 10100 |
Color Harmonies of #440561
Complementary color
Monochromatic Colors of #440561
Black with #440561
Text Example
Text Example
White with #440561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440561; }
p { color: rgb(68,5,97); }
H1.HeaderClassName
{
color: #440561;
}
.AnyTagClassName
{
color: #440561;
}
</style>
background-color css
<style>
a { background-color: #440561; }
a { background-color: rgb(68,5,97); }
div.DivClassName
{
background-color: #440561;
}
.BgClassName
{
background-color: #440561;
}
</style>
border-color css
<style>
span { border-color: #440561; }
span { border-color: rgb(68,5,97); }
td.TdClassName
{
border-color: #440561;
}
.TagClassName
{
border-color: #440561;
}
</style>