Shades of Indigo #440475
Tints of Indigo #440475
RGB
CMYK
RGB Variations
Color information
#440475 (or 0x440475) is known color: Indigo. HEX triplet: 44, 04 and 75. RGB value is (68,4,117). Sum of RGB (Red+Green+Blue) = 68+4+117=189 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.98% from 189); Green value is 4 (1.95% from 255 or 2.12% from 189); Blue value is 117 (46.09% from 255 or 61.90% from 189); Max value from RGB is 117 - color contains mainly: blue. Hex color #440475 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440475 is #BBFB8A. Grayscale: #232323. Windows color (decimal): -12319627 or 7668804. OLE color: 7668804.
HSL color Cylindrical-coordinate representation of color #440475: hue angle of 273.98º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #440475 is Cyan = 0.42, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 68 | 4 | 117 | - |
| CMYK | 0.42 | 0.97 | 0 | 0.54 |
| HSL | 273.98º | 0.93% | 0.24% | - |
| HSV(B) | 273.98º | 0.97% | 0.46% | - |
| XYZ | 5.64 | 2.6 | 17.03 | - |
| YUV | 36.02 | 173.7 | 150.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 4 | 117 | 0.42 | 0.97 | 0 | 0.54 | 273.98 | 0.93 | 0.24 |
| Hex | 44 | 4 | 75 | 2A | 61 | 0 | 36 | 112 | 5D | 18 |
| Octal | 104 | 4 | 165 | 52 | 141 | 0 | 66 | 422 | 135 | 30 |
| Binary | 1000100 | 100 | 1110101 | 101010 | 1100001 | 0 | 110110 | 100010010 | 1011101 | 11000 |
Color Harmonies of #440475
Complementary color
Monochromatic Colors of #440475
Black with #440475
Text Example
Text Example
White with #440475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440475; }
p { color: rgb(68,4,117); }
H1.HeaderClassName
{
color: #440475;
}
.AnyTagClassName
{
color: #440475;
}
</style>
background-color css
<style>
a { background-color: #440475; }
a { background-color: rgb(68,4,117); }
div.DivClassName
{
background-color: #440475;
}
.BgClassName
{
background-color: #440475;
}
</style>
border-color css
<style>
span { border-color: #440475; }
span { border-color: rgb(68,4,117); }
td.TdClassName
{
border-color: #440475;
}
.TagClassName
{
border-color: #440475;
}
</style>