Shades of Windsor #442181
Tints of Windsor #442181
RGB
CMYK
RGB Variations
Color information
#442181 (or 0x442181) is known color: Windsor. HEX triplet: 44, 21 and 81. RGB value is (68,33,129). Sum of RGB (Red+Green+Blue) = 68+33+129=230 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.57% from 230); Green value is 33 (13.28% from 255 or 14.35% from 230); Blue value is 129 (50.78% from 255 or 56.09% from 230); Max value from RGB is 129 - color contains mainly: blue. Hex color #442181 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #442181 is #BBDE7E. Grayscale: #363636. Windows color (decimal): -12312191 or 8462660. OLE color: 8462660.
HSL color Cylindrical-coordinate representation of color #442181: hue angle of 261.88º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #442181 is Cyan = 0.47, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 68 | 33 | 129 | - |
| CMYK | 0.47 | 0.74 | 0 | 0.49 |
| HSL | 261.88º | 0.59% | 0.32% | - |
| HSV(B) | 261.88º | 0.74% | 0.51% | - |
| XYZ | 6.89 | 3.9 | 21.16 | - |
| YUV | 54.41 | 170.1 | 137.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 33 | 129 | 0.47 | 0.74 | 0 | 0.49 | 261.88 | 0.59 | 0.32 |
| Hex | 44 | 21 | 81 | 2F | 4A | 0 | 31 | 106 | 3B | 20 |
| Octal | 104 | 41 | 201 | 57 | 112 | 0 | 61 | 406 | 73 | 40 |
| Binary | 1000100 | 100001 | 10000001 | 101111 | 1001010 | 0 | 110001 | 100000110 | 111011 | 100000 |
Color Harmonies of #442181
Complementary color
Monochromatic Colors of #442181
Black with #442181
Text Example
Text Example
White with #442181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442181; }
p { color: rgb(68,33,129); }
H1.HeaderClassName
{
color: #442181;
}
.AnyTagClassName
{
color: #442181;
}
</style>
background-color css
<style>
a { background-color: #442181; }
a { background-color: rgb(68,33,129); }
div.DivClassName
{
background-color: #442181;
}
.BgClassName
{
background-color: #442181;
}
</style>
border-color css
<style>
span { border-color: #442181; }
span { border-color: rgb(68,33,129); }
td.TdClassName
{
border-color: #442181;
}
.TagClassName
{
border-color: #442181;
}
</style>