Shades of Indigo #441185
Tints of Indigo #441185
RGB
CMYK
RGB Variations
Color information
#441185 (or 0x441185) is known color: Indigo. HEX triplet: 44, 11 and 85. RGB value is (68,17,133). Sum of RGB (Red+Green+Blue) = 68+17+133=218 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.19% from 218); Green value is 17 (7.03% from 255 or 7.80% from 218); Blue value is 133 (52.34% from 255 or 61.01% from 218); Max value from RGB is 133 - color contains mainly: blue. Hex color #441185 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #441185 is #BBEE7A. Grayscale: #2D2D2D. Windows color (decimal): -12316283 or 8720708. OLE color: 8720708.
HSL color Cylindrical-coordinate representation of color #441185: hue angle of 266.38º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #441185 is Cyan = 0.49, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 68 | 17 | 133 | - |
| CMYK | 0.49 | 0.87 | 0 | 0.48 |
| HSL | 266.38º | 0.77% | 0.29% | - |
| HSV(B) | 266.38º | 0.87% | 0.52% | - |
| XYZ | 6.82 | 3.32 | 22.47 | - |
| YUV | 45.47 | 177.4 | 144.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 17 | 133 | 0.49 | 0.87 | 0 | 0.48 | 266.38 | 0.77 | 0.29 |
| Hex | 44 | 11 | 85 | 31 | 57 | 0 | 30 | 10A | 4D | 1D |
| Octal | 104 | 21 | 205 | 61 | 127 | 0 | 60 | 412 | 115 | 35 |
| Binary | 1000100 | 10001 | 10000101 | 110001 | 1010111 | 0 | 110000 | 100001010 | 1001101 | 11101 |
Color Harmonies of #441185
Complementary color
Monochromatic Colors of #441185
Black with #441185
Text Example
Text Example
White with #441185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441185; }
p { color: rgb(68,17,133); }
H1.HeaderClassName
{
color: #441185;
}
.AnyTagClassName
{
color: #441185;
}
</style>
background-color css
<style>
a { background-color: #441185; }
a { background-color: rgb(68,17,133); }
div.DivClassName
{
background-color: #441185;
}
.BgClassName
{
background-color: #441185;
}
</style>
border-color css
<style>
span { border-color: #441185; }
span { border-color: rgb(68,17,133); }
td.TdClassName
{
border-color: #441185;
}
.TagClassName
{
border-color: #441185;
}
</style>