Shades of Windsor #442A81
Tints of Windsor #442A81
RGB
CMYK
RGB Variations
Color information
#442A81 (or 0x442A81) is known color: Windsor. HEX triplet: 44, 2A and 81. RGB value is (68,42,129). Sum of RGB (Red+Green+Blue) = 68+42+129=239 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.45% from 239); Green value is 42 (16.80% from 255 or 17.57% from 239); Blue value is 129 (50.78% from 255 or 53.97% from 239); Max value from RGB is 129 - color contains mainly: blue. Hex color #442A81 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #442A81 is #BBD57E. Grayscale: #3B3B3B. Windows color (decimal): -12309887 or 8464964. OLE color: 8464964.
HSL color Cylindrical-coordinate representation of color #442A81: hue angle of 257.93º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #442A81 is Cyan = 0.47, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 68 | 42 | 129 | - |
| CMYK | 0.47 | 0.67 | 0 | 0.49 |
| HSL | 257.93º | 0.51% | 0.34% | - |
| HSV(B) | 257.93º | 0.67% | 0.51% | - |
| XYZ | 7.17 | 4.47 | 21.25 | - |
| YUV | 59.69 | 167.11 | 133.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 42 | 129 | 0.47 | 0.67 | 0 | 0.49 | 257.93 | 0.51 | 0.34 |
| Hex | 44 | 2A | 81 | 2F | 43 | 0 | 31 | 102 | 33 | 22 |
| Octal | 104 | 52 | 201 | 57 | 103 | 0 | 61 | 402 | 63 | 42 |
| Binary | 1000100 | 101010 | 10000001 | 101111 | 1000011 | 0 | 110001 | 100000010 | 110011 | 100010 |
Color Harmonies of #442A81
Complementary color
Monochromatic Colors of #442A81
Black with #442A81
Text Example
Text Example
White with #442A81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442A81; }
p { color: rgb(68,42,129); }
H1.HeaderClassName
{
color: #442A81;
}
.AnyTagClassName
{
color: #442A81;
}
</style>
background-color css
<style>
a { background-color: #442A81; }
a { background-color: rgb(68,42,129); }
div.DivClassName
{
background-color: #442A81;
}
.BgClassName
{
background-color: #442A81;
}
</style>
border-color css
<style>
span { border-color: #442A81; }
span { border-color: rgb(68,42,129); }
td.TdClassName
{
border-color: #442A81;
}
.TagClassName
{
border-color: #442A81;
}
</style>