Shades of Windsor #442F7D
Tints of Windsor #442F7D
RGB
CMYK
RGB Variations
Color information
#442F7D (or 0x442F7D) is known color: Windsor. HEX triplet: 44, 2F and 7D. RGB value is (68,47,125). Sum of RGB (Red+Green+Blue) = 68+47+125=240 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.33% from 240); Green value is 47 (18.75% from 255 or 19.58% from 240); Blue value is 125 (49.22% from 255 or 52.08% from 240); Max value from RGB is 125 - color contains mainly: blue. Hex color #442F7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442F7D is #BBD082. Grayscale: #3D3D3D. Windows color (decimal): -12308611 or 8204100. OLE color: 8204100.
HSL color Cylindrical-coordinate representation of color #442F7D: hue angle of 256.15º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #442F7D is Cyan = 0.46, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 68 | 47 | 125 | - |
| CMYK | 0.46 | 0.62 | 0 | 0.51 |
| HSL | 256.15º | 0.45% | 0.34% | - |
| HSV(B) | 256.15º | 0.62% | 0.49% | - |
| XYZ | 7.1 | 4.74 | 19.94 | - |
| YUV | 62.17 | 163.46 | 132.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 47 | 125 | 0.46 | 0.62 | 0 | 0.51 | 256.15 | 0.45 | 0.34 |
| Hex | 44 | 2F | 7D | 2E | 3E | 0 | 33 | 100 | 2D | 22 |
| Octal | 104 | 57 | 175 | 56 | 76 | 0 | 63 | 400 | 55 | 42 |
| Binary | 1000100 | 101111 | 1111101 | 101110 | 111110 | 0 | 110011 | 100000000 | 101101 | 100010 |
Color Harmonies of #442F7D
Complementary color
Monochromatic Colors of #442F7D
Black with #442F7D
Text Example
Text Example
White with #442F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442F7D; }
p { color: rgb(68,47,125); }
H1.HeaderClassName
{
color: #442F7D;
}
.AnyTagClassName
{
color: #442F7D;
}
</style>
background-color css
<style>
a { background-color: #442F7D; }
a { background-color: rgb(68,47,125); }
div.DivClassName
{
background-color: #442F7D;
}
.BgClassName
{
background-color: #442F7D;
}
</style>
border-color css
<style>
span { border-color: #442F7D; }
span { border-color: rgb(68,47,125); }
td.TdClassName
{
border-color: #442F7D;
}
.TagClassName
{
border-color: #442F7D;
}
</style>