Shades of Indigo #441393
Tints of Indigo #441393
RGB
CMYK
RGB Variations
Color information
#441393 (or 0x441393) is known color: Indigo. HEX triplet: 44, 13 and 93. RGB value is (68,19,147). Sum of RGB (Red+Green+Blue) = 68+19+147=234 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.06% from 234); Green value is 19 (7.81% from 255 or 8.12% from 234); Blue value is 147 (57.81% from 255 or 62.82% from 234); Max value from RGB is 147 - color contains mainly: blue. Hex color #441393 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #441393 is #BBEC6C. Grayscale: #2F2F2F. Windows color (decimal): -12315757 or 9638724. OLE color: 9638724.
HSL color Cylindrical-coordinate representation of color #441393: hue angle of 262.97º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #441393 is Cyan = 0.54, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 68 | 19 | 147 | - |
| CMYK | 0.54 | 0.87 | 0 | 0.42 |
| HSL | 262.97º | 0.77% | 0.33% | - |
| HSV(B) | 262.97º | 0.87% | 0.58% | - |
| XYZ | 7.88 | 3.8 | 27.92 | - |
| YUV | 48.24 | 183.73 | 142.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 19 | 147 | 0.54 | 0.87 | 0 | 0.42 | 262.97 | 0.77 | 0.33 |
| Hex | 44 | 13 | 93 | 36 | 57 | 0 | 2A | 107 | 4D | 21 |
| Octal | 104 | 23 | 223 | 66 | 127 | 0 | 52 | 407 | 115 | 41 |
| Binary | 1000100 | 10011 | 10010011 | 110110 | 1010111 | 0 | 101010 | 100000111 | 1001101 | 100001 |
Color Harmonies of #441393
Complementary color
Monochromatic Colors of #441393
Black with #441393
Text Example
Text Example
White with #441393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441393; }
p { color: rgb(68,19,147); }
H1.HeaderClassName
{
color: #441393;
}
.AnyTagClassName
{
color: #441393;
}
</style>
background-color css
<style>
a { background-color: #441393; }
a { background-color: rgb(68,19,147); }
div.DivClassName
{
background-color: #441393;
}
.BgClassName
{
background-color: #441393;
}
</style>
border-color css
<style>
span { border-color: #441393; }
span { border-color: rgb(68,19,147); }
td.TdClassName
{
border-color: #441393;
}
.TagClassName
{
border-color: #441393;
}
</style>