Shades of Windsor #442E6C
Tints of Windsor #442E6C
RGB
CMYK
RGB Variations
Color information
#442E6C (or 0x442E6C) is known color: Windsor. HEX triplet: 44, 2E and 6C. RGB value is (68,46,108). Sum of RGB (Red+Green+Blue) = 68+46+108=222 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.63% from 222); Green value is 46 (18.36% from 255 or 20.72% from 222); Blue value is 108 (42.58% from 255 or 48.65% from 222); Max value from RGB is 108 - color contains mainly: blue. Hex color #442E6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442E6C is #BBD193. Grayscale: #3B3B3B. Windows color (decimal): -12308884 or 7089732. OLE color: 7089732.
HSL color Cylindrical-coordinate representation of color #442E6C: hue angle of 261.29º degrees, saturation: 0.4, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #442E6C is Cyan = 0.37, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 68 | 46 | 108 | - |
| CMYK | 0.37 | 0.57 | 0 | 0.58 |
| HSL | 261.29º | 0.4% | 0.3% | - |
| HSV(B) | 261.29º | 0.57% | 0.42% | - |
| XYZ | 6.07 | 4.27 | 14.69 | - |
| YUV | 59.65 | 155.29 | 133.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 46 | 108 | 0.37 | 0.57 | 0 | 0.58 | 261.29 | 0.4 | 0.3 |
| Hex | 44 | 2E | 6C | 25 | 39 | 0 | 3A | 105 | 28 | 1E |
| Octal | 104 | 56 | 154 | 45 | 71 | 0 | 72 | 405 | 50 | 36 |
| Binary | 1000100 | 101110 | 1101100 | 100101 | 111001 | 0 | 111010 | 100000101 | 101000 | 11110 |
Color Harmonies of #442E6C
Complementary color
Monochromatic Colors of #442E6C
Black with #442E6C
Text Example
Text Example
White with #442E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442E6C; }
p { color: rgb(68,46,108); }
H1.HeaderClassName
{
color: #442E6C;
}
.AnyTagClassName
{
color: #442E6C;
}
</style>
background-color css
<style>
a { background-color: #442E6C; }
a { background-color: rgb(68,46,108); }
div.DivClassName
{
background-color: #442E6C;
}
.BgClassName
{
background-color: #442E6C;
}
</style>
border-color css
<style>
span { border-color: #442E6C; }
span { border-color: rgb(68,46,108); }
td.TdClassName
{
border-color: #442E6C;
}
.TagClassName
{
border-color: #442E6C;
}
</style>