Shades of Windsor #442E75
Tints of Windsor #442E75
RGB
CMYK
RGB Variations
Color information
#442E75 (or 0x442E75) is known color: Windsor. HEX triplet: 44, 2E and 75. RGB value is (68,46,117). Sum of RGB (Red+Green+Blue) = 68+46+117=231 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.44% from 231); Green value is 46 (18.36% from 255 or 19.91% from 231); Blue value is 117 (46.09% from 255 or 50.65% from 231); Max value from RGB is 117 - color contains mainly: blue. Hex color #442E75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442E75 is #BBD18A. Grayscale: #3C3C3C. Windows color (decimal): -12308875 or 7679556. OLE color: 7679556.
HSL color Cylindrical-coordinate representation of color #442E75: hue angle of 258.59º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #442E75 is Cyan = 0.42, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 68 | 46 | 117 | - |
| CMYK | 0.42 | 0.61 | 0 | 0.54 |
| HSL | 258.59º | 0.44% | 0.32% | - |
| HSV(B) | 258.59º | 0.61% | 0.46% | - |
| XYZ | 6.57 | 4.47 | 17.35 | - |
| YUV | 60.67 | 159.79 | 133.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 46 | 117 | 0.42 | 0.61 | 0 | 0.54 | 258.59 | 0.44 | 0.32 |
| Hex | 44 | 2E | 75 | 2A | 3D | 0 | 36 | 103 | 2C | 20 |
| Octal | 104 | 56 | 165 | 52 | 75 | 0 | 66 | 403 | 54 | 40 |
| Binary | 1000100 | 101110 | 1110101 | 101010 | 111101 | 0 | 110110 | 100000011 | 101100 | 100000 |
Color Harmonies of #442E75
Complementary color
Monochromatic Colors of #442E75
Black with #442E75
Text Example
Text Example
White with #442E75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442E75; }
p { color: rgb(68,46,117); }
H1.HeaderClassName
{
color: #442E75;
}
.AnyTagClassName
{
color: #442E75;
}
</style>
background-color css
<style>
a { background-color: #442E75; }
a { background-color: rgb(68,46,117); }
div.DivClassName
{
background-color: #442E75;
}
.BgClassName
{
background-color: #442E75;
}
</style>
border-color css
<style>
span { border-color: #442E75; }
span { border-color: rgb(68,46,117); }
td.TdClassName
{
border-color: #442E75;
}
.TagClassName
{
border-color: #442E75;
}
</style>