Shades of Windsor #442B7F
Tints of Windsor #442B7F
RGB
CMYK
RGB Variations
Color information
#442B7F (or 0x442B7F) is known color: Windsor. HEX triplet: 44, 2B and 7F. RGB value is (68,43,127). Sum of RGB (Red+Green+Blue) = 68+43+127=238 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.57% from 238); Green value is 43 (17.19% from 255 or 18.07% from 238); Blue value is 127 (50% from 255 or 53.36% from 238); Max value from RGB is 127 - color contains mainly: blue. Hex color #442B7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442B7F is #BBD480. Grayscale: #3B3B3B. Windows color (decimal): -12309633 or 8334148. OLE color: 8334148.
HSL color Cylindrical-coordinate representation of color #442B7F: hue angle of 257.86º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #442B7F is Cyan = 0.46, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 68 | 43 | 127 | - |
| CMYK | 0.46 | 0.66 | 0 | 0.50 |
| HSL | 257.86º | 0.49% | 0.33% | - |
| HSV(B) | 257.86º | 0.66% | 0.5% | - |
| XYZ | 7.08 | 4.49 | 20.57 | - |
| YUV | 60.05 | 165.78 | 133.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 43 | 127 | 0.46 | 0.66 | 0 | 0.50 | 257.86 | 0.49 | 0.33 |
| Hex | 44 | 2B | 7F | 2E | 42 | 0 | 32 | 102 | 31 | 21 |
| Octal | 104 | 53 | 177 | 56 | 102 | 0 | 62 | 402 | 61 | 41 |
| Binary | 1000100 | 101011 | 1111111 | 101110 | 1000010 | 0 | 110010 | 100000010 | 110001 | 100001 |
Color Harmonies of #442B7F
Complementary color
Monochromatic Colors of #442B7F
Black with #442B7F
Text Example
Text Example
White with #442B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442B7F; }
p { color: rgb(68,43,127); }
H1.HeaderClassName
{
color: #442B7F;
}
.AnyTagClassName
{
color: #442B7F;
}
</style>
background-color css
<style>
a { background-color: #442B7F; }
a { background-color: rgb(68,43,127); }
div.DivClassName
{
background-color: #442B7F;
}
.BgClassName
{
background-color: #442B7F;
}
</style>
border-color css
<style>
span { border-color: #442B7F; }
span { border-color: rgb(68,43,127); }
td.TdClassName
{
border-color: #442B7F;
}
.TagClassName
{
border-color: #442B7F;
}
</style>