Shades of Windsor #44248C
Tints of Windsor #44248C
RGB
CMYK
RGB Variations
Color information
#44248C (or 0x44248C) is known color: Windsor. HEX triplet: 44, 24 and 8C. RGB value is (68,36,140). Sum of RGB (Red+Green+Blue) = 68+36+140=244 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.87% from 244); Green value is 36 (14.45% from 255 or 14.75% from 244); Blue value is 140 (55.08% from 255 or 57.38% from 244); Max value from RGB is 140 - color contains mainly: blue. Hex color #44248C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #44248C is #BBDB73. Grayscale: #393939. Windows color (decimal): -12311412 or 9184324. OLE color: 9184324.
HSL color Cylindrical-coordinate representation of color #44248C: hue angle of 258.46º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #44248C is Cyan = 0.51, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 68 | 36 | 140 | - |
| CMYK | 0.51 | 0.74 | 0 | 0.45 |
| HSL | 258.46º | 0.59% | 0.35% | - |
| HSV(B) | 258.46º | 0.74% | 0.55% | - |
| XYZ | 7.75 | 4.38 | 25.25 | - |
| YUV | 57.42 | 174.6 | 135.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 36 | 140 | 0.51 | 0.74 | 0 | 0.45 | 258.46 | 0.59 | 0.35 |
| Hex | 44 | 24 | 8C | 33 | 4A | 0 | 2D | 102 | 3B | 23 |
| Octal | 104 | 44 | 214 | 63 | 112 | 0 | 55 | 402 | 73 | 43 |
| Binary | 1000100 | 100100 | 10001100 | 110011 | 1001010 | 0 | 101101 | 100000010 | 111011 | 100011 |
Color Harmonies of #44248C
Complementary color
Monochromatic Colors of #44248C
Black with #44248C
Text Example
Text Example
White with #44248C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44248C; }
p { color: rgb(68,36,140); }
H1.HeaderClassName
{
color: #44248C;
}
.AnyTagClassName
{
color: #44248C;
}
</style>
background-color css
<style>
a { background-color: #44248C; }
a { background-color: rgb(68,36,140); }
div.DivClassName
{
background-color: #44248C;
}
.BgClassName
{
background-color: #44248C;
}
</style>
border-color css
<style>
span { border-color: #44248C; }
span { border-color: rgb(68,36,140); }
td.TdClassName
{
border-color: #44248C;
}
.TagClassName
{
border-color: #44248C;
}
</style>