Shades of Indigo #440497
Tints of Indigo #440497
RGB
CMYK
RGB Variations
Color information
#440497 (or 0x440497) is known color: Indigo. HEX triplet: 44, 04 and 97. RGB value is (68,4,151). Sum of RGB (Red+Green+Blue) = 68+4+151=223 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.49% from 223); Green value is 4 (1.95% from 255 or 1.79% from 223); Blue value is 151 (59.38% from 255 or 67.71% from 223); Max value from RGB is 151 - color contains mainly: blue. Hex color #440497 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440497 is #BBFB68. Grayscale: #272727. Windows color (decimal): -12319593 or 9897028. OLE color: 9897028.
HSL color Cylindrical-coordinate representation of color #440497: hue angle of 266.12º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #440497 is Cyan = 0.55, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 68 | 4 | 151 | - |
| CMYK | 0.55 | 0.97 | 0 | 0.41 |
| HSL | 266.12º | 0.95% | 0.3% | - |
| HSV(B) | 266.12º | 0.97% | 0.59% | - |
| XYZ | 8.01 | 3.55 | 29.54 | - |
| YUV | 39.89 | 190.7 | 148.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 4 | 151 | 0.55 | 0.97 | 0 | 0.41 | 266.12 | 0.95 | 0.3 |
| Hex | 44 | 4 | 97 | 37 | 61 | 0 | 29 | 10A | 5F | 1E |
| Octal | 104 | 4 | 227 | 67 | 141 | 0 | 51 | 412 | 137 | 36 |
| Binary | 1000100 | 100 | 10010111 | 110111 | 1100001 | 0 | 101001 | 100001010 | 1011111 | 11110 |
Color Harmonies of #440497
Complementary color
Monochromatic Colors of #440497
Black with #440497
Text Example
Text Example
White with #440497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440497; }
p { color: rgb(68,4,151); }
H1.HeaderClassName
{
color: #440497;
}
.AnyTagClassName
{
color: #440497;
}
</style>
background-color css
<style>
a { background-color: #440497; }
a { background-color: rgb(68,4,151); }
div.DivClassName
{
background-color: #440497;
}
.BgClassName
{
background-color: #440497;
}
</style>
border-color css
<style>
span { border-color: #440497; }
span { border-color: rgb(68,4,151); }
td.TdClassName
{
border-color: #440497;
}
.TagClassName
{
border-color: #440497;
}
</style>