Shades of Indigo #440690
Tints of Indigo #440690
RGB
CMYK
RGB Variations
Color information
#440690 (or 0x440690) is known color: Indigo. HEX triplet: 44, 06 and 90. RGB value is (68,6,144). Sum of RGB (Red+Green+Blue) = 68+6+144=218 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.19% from 218); Green value is 6 (2.73% from 255 or 2.75% from 218); Blue value is 144 (56.64% from 255 or 66.06% from 218); Max value from RGB is 144 - color contains mainly: blue. Hex color #440690 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440690 is #BBF96F. Grayscale: #272727. Windows color (decimal): -12319088 or 9438788. OLE color: 9438788.
HSL color Cylindrical-coordinate representation of color #440690: hue angle of 266.96º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #440690 is Cyan = 0.53, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 68 | 6 | 144 | - |
| CMYK | 0.53 | 0.96 | 0 | 0.44 |
| HSL | 266.96º | 0.92% | 0.29% | - |
| HSV(B) | 266.96º | 0.96% | 0.56% | - |
| XYZ | 7.48 | 3.37 | 26.64 | - |
| YUV | 40.27 | 186.54 | 147.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 6 | 144 | 0.53 | 0.96 | 0 | 0.44 | 266.96 | 0.92 | 0.29 |
| Hex | 44 | 6 | 90 | 35 | 60 | 0 | 2C | 10B | 5C | 1D |
| Octal | 104 | 6 | 220 | 65 | 140 | 0 | 54 | 413 | 134 | 35 |
| Binary | 1000100 | 110 | 10010000 | 110101 | 1100000 | 0 | 101100 | 100001011 | 1011100 | 11101 |
Color Harmonies of #440690
Complementary color
Monochromatic Colors of #440690
Black with #440690
Text Example
Text Example
White with #440690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440690; }
p { color: rgb(68,6,144); }
H1.HeaderClassName
{
color: #440690;
}
.AnyTagClassName
{
color: #440690;
}
</style>
background-color css
<style>
a { background-color: #440690; }
a { background-color: rgb(68,6,144); }
div.DivClassName
{
background-color: #440690;
}
.BgClassName
{
background-color: #440690;
}
</style>
border-color css
<style>
span { border-color: #440690; }
span { border-color: rgb(68,6,144); }
td.TdClassName
{
border-color: #440690;
}
.TagClassName
{
border-color: #440690;
}
</style>