Shades of Indigo #441373
Tints of Indigo #441373
RGB
CMYK
RGB Variations
Color information
#441373 (or 0x441373) is known color: Indigo. HEX triplet: 44, 13 and 73. RGB value is (68,19,115). Sum of RGB (Red+Green+Blue) = 68+19+115=202 (26% of max value = 765). Red value is 68 (26.95% from 255 or 33.66% from 202); Green value is 19 (7.81% from 255 or 9.41% from 202); Blue value is 115 (45.31% from 255 or 56.93% from 202); Max value from RGB is 115 - color contains mainly: blue. Hex color #441373 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #441373 is #BBEC8C. Grayscale: #2C2C2C. Windows color (decimal): -12315789 or 7541572. OLE color: 7541572.
HSL color Cylindrical-coordinate representation of color #441373: hue angle of 270.62º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #441373 is Cyan = 0.41, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 68 | 19 | 115 | - |
| CMYK | 0.41 | 0.83 | 0 | 0.55 |
| HSL | 270.63º | 0.72% | 0.26% | - |
| HSV(B) | 270.63º | 0.83% | 0.45% | - |
| XYZ | 5.71 | 2.93 | 16.48 | - |
| YUV | 44.6 | 167.73 | 144.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 19 | 115 | 0.41 | 0.83 | 0 | 0.55 | 270.63 | 0.72 | 0.26 |
| Hex | 44 | 13 | 73 | 29 | 53 | 0 | 37 | 10F | 48 | 1A |
| Octal | 104 | 23 | 163 | 51 | 123 | 0 | 67 | 417 | 110 | 32 |
| Binary | 1000100 | 10011 | 1110011 | 101001 | 1010011 | 0 | 110111 | 100001111 | 1001000 | 11010 |
Color Harmonies of #441373
Complementary color
Monochromatic Colors of #441373
Black with #441373
Text Example
Text Example
White with #441373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441373; }
p { color: rgb(68,19,115); }
H1.HeaderClassName
{
color: #441373;
}
.AnyTagClassName
{
color: #441373;
}
</style>
background-color css
<style>
a { background-color: #441373; }
a { background-color: rgb(68,19,115); }
div.DivClassName
{
background-color: #441373;
}
.BgClassName
{
background-color: #441373;
}
</style>
border-color css
<style>
span { border-color: #441373; }
span { border-color: rgb(68,19,115); }
td.TdClassName
{
border-color: #441373;
}
.TagClassName
{
border-color: #441373;
}
</style>