Shades of Windsor #42327E
Tints of Windsor #42327E
RGB
CMYK
RGB Variations
Color information
#42327E (or 0x42327E) is known color: Windsor. HEX triplet: 42, 32 and 7E. RGB value is (66,50,126). Sum of RGB (Red+Green+Blue) = 66+50+126=242 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.27% from 242); Green value is 50 (19.92% from 255 or 20.66% from 242); Blue value is 126 (49.61% from 255 or 52.07% from 242); Max value from RGB is 126 - color contains mainly: blue. Hex color #42327E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42327E is #BDCD81. Grayscale: #3F3F3F. Windows color (decimal): -12438914 or 8270402. OLE color: 8270402.
HSL color Cylindrical-coordinate representation of color #42327E: hue angle of 252.63º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #42327E is Cyan = 0.48, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 66 | 50 | 126 | - |
| CMYK | 0.48 | 0.60 | 0 | 0.51 |
| HSL | 252.63º | 0.43% | 0.35% | - |
| HSV(B) | 252.63º | 0.6% | 0.49% | - |
| XYZ | 7.15 | 4.95 | 20.32 | - |
| YUV | 63.45 | 163.3 | 129.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 50 | 126 | 0.48 | 0.60 | 0 | 0.51 | 252.63 | 0.43 | 0.35 |
| Hex | 42 | 32 | 7E | 30 | 3C | 0 | 33 | FD | 2B | 23 |
| Octal | 102 | 62 | 176 | 60 | 74 | 0 | 63 | 375 | 53 | 43 |
| Binary | 1000010 | 110010 | 1111110 | 110000 | 111100 | 0 | 110011 | 11111101 | 101011 | 100011 |
Color Harmonies of #42327E
Complementary color
Monochromatic Colors of #42327E
Black with #42327E
Text Example
Text Example
White with #42327E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42327E; }
p { color: rgb(66,50,126); }
H1.HeaderClassName
{
color: #42327E;
}
.AnyTagClassName
{
color: #42327E;
}
</style>
background-color css
<style>
a { background-color: #42327E; }
a { background-color: rgb(66,50,126); }
div.DivClassName
{
background-color: #42327E;
}
.BgClassName
{
background-color: #42327E;
}
</style>
border-color css
<style>
span { border-color: #42327E; }
span { border-color: rgb(66,50,126); }
td.TdClassName
{
border-color: #42327E;
}
.TagClassName
{
border-color: #42327E;
}
</style>