Shades of Windsor #442888
Tints of Windsor #442888
RGB
CMYK
RGB Variations
Color information
#442888 (or 0x442888) is known color: Windsor. HEX triplet: 44, 28 and 88. RGB value is (68,40,136). Sum of RGB (Red+Green+Blue) = 68+40+136=244 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.87% from 244); Green value is 40 (16.02% from 255 or 16.39% from 244); Blue value is 136 (53.52% from 255 or 55.74% from 244); Max value from RGB is 136 - color contains mainly: blue. Hex color #442888 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #442888 is #BBD777. Grayscale: #3A3A3A. Windows color (decimal): -12310392 or 8923204. OLE color: 8923204.
HSL color Cylindrical-coordinate representation of color #442888: hue angle of 257.5º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #442888 is Cyan = 0.50, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 68 | 40 | 136 | - |
| CMYK | 0.50 | 0.71 | 0 | 0.47 |
| HSL | 257.5º | 0.55% | 0.35% | - |
| HSV(B) | 257.5º | 0.71% | 0.53% | - |
| XYZ | 7.59 | 4.52 | 23.77 | - |
| YUV | 59.32 | 171.28 | 134.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 40 | 136 | 0.50 | 0.71 | 0 | 0.47 | 257.5 | 0.55 | 0.35 |
| Hex | 44 | 28 | 88 | 32 | 47 | 0 | 2F | 102 | 37 | 23 |
| Octal | 104 | 50 | 210 | 62 | 107 | 0 | 57 | 402 | 67 | 43 |
| Binary | 1000100 | 101000 | 10001000 | 110010 | 1000111 | 0 | 101111 | 100000010 | 110111 | 100011 |
Color Harmonies of #442888
Complementary color
Monochromatic Colors of #442888
Black with #442888
Text Example
Text Example
White with #442888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442888; }
p { color: rgb(68,40,136); }
H1.HeaderClassName
{
color: #442888;
}
.AnyTagClassName
{
color: #442888;
}
</style>
background-color css
<style>
a { background-color: #442888; }
a { background-color: rgb(68,40,136); }
div.DivClassName
{
background-color: #442888;
}
.BgClassName
{
background-color: #442888;
}
</style>
border-color css
<style>
span { border-color: #442888; }
span { border-color: rgb(68,40,136); }
td.TdClassName
{
border-color: #442888;
}
.TagClassName
{
border-color: #442888;
}
</style>