Shades of Indigo #440993
Tints of Indigo #440993
RGB
CMYK
RGB Variations
Color information
#440993 (or 0x440993) is known color: Indigo. HEX triplet: 44, 09 and 93. RGB value is (68,9,147). Sum of RGB (Red+Green+Blue) = 68+9+147=224 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.36% from 224); Green value is 9 (3.91% from 255 or 4.02% from 224); Blue value is 147 (57.81% from 255 or 65.62% from 224); Max value from RGB is 147 - color contains mainly: blue. Hex color #440993 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440993 is #BBF66C. Grayscale: #292929. Windows color (decimal): -12318317 or 9636164. OLE color: 9636164.
HSL color Cylindrical-coordinate representation of color #440993: hue angle of 265.65º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #440993 is Cyan = 0.54, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 68 | 9 | 147 | - |
| CMYK | 0.54 | 0.94 | 0 | 0.42 |
| HSL | 265.65º | 0.88% | 0.31% | - |
| HSV(B) | 265.65º | 0.94% | 0.58% | - |
| XYZ | 7.75 | 3.53 | 27.88 | - |
| YUV | 42.37 | 187.05 | 146.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 9 | 147 | 0.54 | 0.94 | 0 | 0.42 | 265.65 | 0.88 | 0.31 |
| Hex | 44 | 9 | 93 | 36 | 5E | 0 | 2A | 10A | 58 | 1F |
| Octal | 104 | 11 | 223 | 66 | 136 | 0 | 52 | 412 | 130 | 37 |
| Binary | 1000100 | 1001 | 10010011 | 110110 | 1011110 | 0 | 101010 | 100001010 | 1011000 | 11111 |
Color Harmonies of #440993
Complementary color
Monochromatic Colors of #440993
Black with #440993
Text Example
Text Example
White with #440993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440993; }
p { color: rgb(68,9,147); }
H1.HeaderClassName
{
color: #440993;
}
.AnyTagClassName
{
color: #440993;
}
</style>
background-color css
<style>
a { background-color: #440993; }
a { background-color: rgb(68,9,147); }
div.DivClassName
{
background-color: #440993;
}
.BgClassName
{
background-color: #440993;
}
</style>
border-color css
<style>
span { border-color: #440993; }
span { border-color: rgb(68,9,147); }
td.TdClassName
{
border-color: #440993;
}
.TagClassName
{
border-color: #440993;
}
</style>