Shades of Windsor #42297B
Tints of Windsor #42297B
RGB
CMYK
RGB Variations
Color information
#42297B (or 0x42297B) is known color: Windsor. HEX triplet: 42, 29 and 7B. RGB value is (66,41,123). Sum of RGB (Red+Green+Blue) = 66+41+123=230 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.70% from 230); Green value is 41 (16.41% from 255 or 17.83% from 230); Blue value is 123 (48.44% from 255 or 53.48% from 230); Max value from RGB is 123 - color contains mainly: blue. Hex color #42297B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42297B is #BDD684. Grayscale: #393939. Windows color (decimal): -12441221 or 8071490. OLE color: 8071490.
HSL color Cylindrical-coordinate representation of color #42297B: hue angle of 258.29º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #42297B is Cyan = 0.46, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 66 | 41 | 123 | - |
| CMYK | 0.46 | 0.67 | 0 | 0.52 |
| HSL | 258.29º | 0.5% | 0.32% | - |
| HSV(B) | 258.29º | 0.67% | 0.48% | - |
| XYZ | 6.61 | 4.17 | 19.2 | - |
| YUV | 57.82 | 164.78 | 133.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 41 | 123 | 0.46 | 0.67 | 0 | 0.52 | 258.29 | 0.5 | 0.32 |
| Hex | 42 | 29 | 7B | 2E | 43 | 0 | 34 | 102 | 32 | 20 |
| Octal | 102 | 51 | 173 | 56 | 103 | 0 | 64 | 402 | 62 | 40 |
| Binary | 1000010 | 101001 | 1111011 | 101110 | 1000011 | 0 | 110100 | 100000010 | 110010 | 100000 |
Color Harmonies of #42297B
Complementary color
Monochromatic Colors of #42297B
Black with #42297B
Text Example
Text Example
White with #42297B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42297B; }
p { color: rgb(66,41,123); }
H1.HeaderClassName
{
color: #42297B;
}
.AnyTagClassName
{
color: #42297B;
}
</style>
background-color css
<style>
a { background-color: #42297B; }
a { background-color: rgb(66,41,123); }
div.DivClassName
{
background-color: #42297B;
}
.BgClassName
{
background-color: #42297B;
}
</style>
border-color css
<style>
span { border-color: #42297B; }
span { border-color: rgb(66,41,123); }
td.TdClassName
{
border-color: #42297B;
}
.TagClassName
{
border-color: #42297B;
}
</style>