Shades of Windsor #442B7C
Tints of Windsor #442B7C
RGB
CMYK
RGB Variations
Color information
#442B7C (or 0x442B7C) is known color: Windsor. HEX triplet: 44, 2B and 7C. RGB value is (68,43,124). Sum of RGB (Red+Green+Blue) = 68+43+124=235 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.94% from 235); Green value is 43 (17.19% from 255 or 18.30% from 235); Blue value is 124 (48.83% from 255 or 52.77% from 235); Max value from RGB is 124 - color contains mainly: blue. Hex color #442B7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442B7C is #BBD483. Grayscale: #3B3B3B. Windows color (decimal): -12309636 or 8137540. OLE color: 8137540.
HSL color Cylindrical-coordinate representation of color #442B7C: hue angle of 258.52º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #442B7C is Cyan = 0.45, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 68 | 43 | 124 | - |
| CMYK | 0.45 | 0.65 | 0 | 0.51 |
| HSL | 258.52º | 0.49% | 0.33% | - |
| HSV(B) | 258.52º | 0.65% | 0.49% | - |
| XYZ | 6.89 | 4.41 | 19.56 | - |
| YUV | 59.71 | 164.28 | 133.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 43 | 124 | 0.45 | 0.65 | 0 | 0.51 | 258.52 | 0.49 | 0.33 |
| Hex | 44 | 2B | 7C | 2D | 41 | 0 | 33 | 103 | 31 | 21 |
| Octal | 104 | 53 | 174 | 55 | 101 | 0 | 63 | 403 | 61 | 41 |
| Binary | 1000100 | 101011 | 1111100 | 101101 | 1000001 | 0 | 110011 | 100000011 | 110001 | 100001 |
Color Harmonies of #442B7C
Complementary color
Monochromatic Colors of #442B7C
Black with #442B7C
Text Example
Text Example
White with #442B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442B7C; }
p { color: rgb(68,43,124); }
H1.HeaderClassName
{
color: #442B7C;
}
.AnyTagClassName
{
color: #442B7C;
}
</style>
background-color css
<style>
a { background-color: #442B7C; }
a { background-color: rgb(68,43,124); }
div.DivClassName
{
background-color: #442B7C;
}
.BgClassName
{
background-color: #442B7C;
}
</style>
border-color css
<style>
span { border-color: #442B7C; }
span { border-color: rgb(68,43,124); }
td.TdClassName
{
border-color: #442B7C;
}
.TagClassName
{
border-color: #442B7C;
}
</style>