Shades of Windsor #441F94
Tints of Windsor #441F94
RGB
CMYK
RGB Variations
Color information
#441F94 (or 0x441F94) is known color: Windsor. HEX triplet: 44, 1F and 94. RGB value is (68,31,148). Sum of RGB (Red+Green+Blue) = 68+31+148=247 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.53% from 247); Green value is 31 (12.5% from 255 or 12.55% from 247); Blue value is 148 (58.20% from 255 or 59.92% from 247); Max value from RGB is 148 - color contains mainly: blue. Hex color #441F94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #441F94 is #BBE06B. Grayscale: #363636. Windows color (decimal): -12312684 or 9707332. OLE color: 9707332.
HSL color Cylindrical-coordinate representation of color #441F94: hue angle of 258.97º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #441F94 is Cyan = 0.54, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 68 | 31 | 148 | - |
| CMYK | 0.54 | 0.79 | 0 | 0.42 |
| HSL | 258.97º | 0.65% | 0.35% | - |
| HSV(B) | 258.97º | 0.79% | 0.58% | - |
| XYZ | 8.22 | 4.35 | 28.42 | - |
| YUV | 55.4 | 180.26 | 136.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 31 | 148 | 0.54 | 0.79 | 0 | 0.42 | 258.97 | 0.65 | 0.35 |
| Hex | 44 | 1F | 94 | 36 | 4F | 0 | 2A | 103 | 41 | 23 |
| Octal | 104 | 37 | 224 | 66 | 117 | 0 | 52 | 403 | 101 | 43 |
| Binary | 1000100 | 11111 | 10010100 | 110110 | 1001111 | 0 | 101010 | 100000011 | 1000001 | 100011 |
Color Harmonies of #441F94
Complementary color
Monochromatic Colors of #441F94
Black with #441F94
Text Example
Text Example
White with #441F94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441F94; }
p { color: rgb(68,31,148); }
H1.HeaderClassName
{
color: #441F94;
}
.AnyTagClassName
{
color: #441F94;
}
</style>
background-color css
<style>
a { background-color: #441F94; }
a { background-color: rgb(68,31,148); }
div.DivClassName
{
background-color: #441F94;
}
.BgClassName
{
background-color: #441F94;
}
</style>
border-color css
<style>
span { border-color: #441F94; }
span { border-color: rgb(68,31,148); }
td.TdClassName
{
border-color: #441F94;
}
.TagClassName
{
border-color: #441F94;
}
</style>