Shades of Indigo #441273
Tints of Indigo #441273
RGB
CMYK
RGB Variations
Color information
#441273 (or 0x441273) is known color: Indigo. HEX triplet: 44, 12 and 73. RGB value is (68,18,115). Sum of RGB (Red+Green+Blue) = 68+18+115=201 (26% of max value = 765). Red value is 68 (26.95% from 255 or 33.83% from 201); Green value is 18 (7.42% from 255 or 8.96% from 201); Blue value is 115 (45.31% from 255 or 57.21% from 201); Max value from RGB is 115 - color contains mainly: blue. Hex color #441273 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #441273 is #BBED8C. Grayscale: #2B2B2B. Windows color (decimal): -12316045 or 7541316. OLE color: 7541316.
HSL color Cylindrical-coordinate representation of color #441273: hue angle of 270.93º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #441273 is Cyan = 0.41, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 68 | 18 | 115 | - |
| CMYK | 0.41 | 0.84 | 0 | 0.55 |
| HSL | 270.93º | 0.73% | 0.26% | - |
| HSV(B) | 270.93º | 0.84% | 0.45% | - |
| XYZ | 5.69 | 2.9 | 16.48 | - |
| YUV | 44.01 | 168.07 | 145.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 18 | 115 | 0.41 | 0.84 | 0 | 0.55 | 270.93 | 0.73 | 0.26 |
| Hex | 44 | 12 | 73 | 29 | 54 | 0 | 37 | 10F | 49 | 1A |
| Octal | 104 | 22 | 163 | 51 | 124 | 0 | 67 | 417 | 111 | 32 |
| Binary | 1000100 | 10010 | 1110011 | 101001 | 1010100 | 0 | 110111 | 100001111 | 1001001 | 11010 |
Color Harmonies of #441273
Complementary color
Monochromatic Colors of #441273
Black with #441273
Text Example
Text Example
White with #441273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441273; }
p { color: rgb(68,18,115); }
H1.HeaderClassName
{
color: #441273;
}
.AnyTagClassName
{
color: #441273;
}
</style>
background-color css
<style>
a { background-color: #441273; }
a { background-color: rgb(68,18,115); }
div.DivClassName
{
background-color: #441273;
}
.BgClassName
{
background-color: #441273;
}
</style>
border-color css
<style>
span { border-color: #441273; }
span { border-color: rgb(68,18,115); }
td.TdClassName
{
border-color: #441273;
}
.TagClassName
{
border-color: #441273;
}
</style>