Shades of Windsor #442B7D
Tints of Windsor #442B7D
RGB
CMYK
RGB Variations
Color information
#442B7D (or 0x442B7D) is known color: Windsor. HEX triplet: 44, 2B and 7D. RGB value is (68,43,125). Sum of RGB (Red+Green+Blue) = 68+43+125=236 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.81% from 236); Green value is 43 (17.19% from 255 or 18.22% from 236); Blue value is 125 (49.22% from 255 or 52.97% from 236); Max value from RGB is 125 - color contains mainly: blue. Hex color #442B7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442B7D is #BBD482. Grayscale: #3B3B3B. Windows color (decimal): -12309635 or 8203076. OLE color: 8203076.
HSL color Cylindrical-coordinate representation of color #442B7D: hue angle of 258.29º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #442B7D is Cyan = 0.46, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 68 | 43 | 125 | - |
| CMYK | 0.46 | 0.66 | 0 | 0.51 |
| HSL | 258.29º | 0.49% | 0.33% | - |
| HSV(B) | 258.29º | 0.66% | 0.49% | - |
| XYZ | 6.95 | 4.44 | 19.89 | - |
| YUV | 59.82 | 164.78 | 133.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 43 | 125 | 0.46 | 0.66 | 0 | 0.51 | 258.29 | 0.49 | 0.33 |
| Hex | 44 | 2B | 7D | 2E | 42 | 0 | 33 | 102 | 31 | 21 |
| Octal | 104 | 53 | 175 | 56 | 102 | 0 | 63 | 402 | 61 | 41 |
| Binary | 1000100 | 101011 | 1111101 | 101110 | 1000010 | 0 | 110011 | 100000010 | 110001 | 100001 |
Color Harmonies of #442B7D
Complementary color
Monochromatic Colors of #442B7D
Black with #442B7D
Text Example
Text Example
White with #442B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442B7D; }
p { color: rgb(68,43,125); }
H1.HeaderClassName
{
color: #442B7D;
}
.AnyTagClassName
{
color: #442B7D;
}
</style>
background-color css
<style>
a { background-color: #442B7D; }
a { background-color: rgb(68,43,125); }
div.DivClassName
{
background-color: #442B7D;
}
.BgClassName
{
background-color: #442B7D;
}
</style>
border-color css
<style>
span { border-color: #442B7D; }
span { border-color: rgb(68,43,125); }
td.TdClassName
{
border-color: #442B7D;
}
.TagClassName
{
border-color: #442B7D;
}
</style>