Shades of Windsor #42237A
Tints of Windsor #42237A
RGB
CMYK
RGB Variations
Color information
#42237A (or 0x42237A) is known color: Windsor. HEX triplet: 42, 23 and 7A. RGB value is (66,35,122). Sum of RGB (Red+Green+Blue) = 66+35+122=223 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.60% from 223); Green value is 35 (14.06% from 255 or 15.70% from 223); Blue value is 122 (48.05% from 255 or 54.71% from 223); Max value from RGB is 122 - color contains mainly: blue. Hex color #42237A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42237A is #BDDC85. Grayscale: #353535. Windows color (decimal): -12442758 or 8004418. OLE color: 8004418.
HSL color Cylindrical-coordinate representation of color #42237A: hue angle of 261.38º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #42237A is Cyan = 0.46, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 66 | 35 | 122 | - |
| CMYK | 0.46 | 0.71 | 0 | 0.52 |
| HSL | 261.38º | 0.55% | 0.31% | - |
| HSV(B) | 261.38º | 0.71% | 0.48% | - |
| XYZ | 6.36 | 3.77 | 18.8 | - |
| YUV | 54.19 | 166.27 | 136.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 35 | 122 | 0.46 | 0.71 | 0 | 0.52 | 261.38 | 0.55 | 0.31 |
| Hex | 42 | 23 | 7A | 2E | 47 | 0 | 34 | 105 | 37 | 1F |
| Octal | 102 | 43 | 172 | 56 | 107 | 0 | 64 | 405 | 67 | 37 |
| Binary | 1000010 | 100011 | 1111010 | 101110 | 1000111 | 0 | 110100 | 100000101 | 110111 | 11111 |
Color Harmonies of #42237A
Complementary color
Monochromatic Colors of #42237A
Black with #42237A
Text Example
Text Example
White with #42237A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42237A; }
p { color: rgb(66,35,122); }
H1.HeaderClassName
{
color: #42237A;
}
.AnyTagClassName
{
color: #42237A;
}
</style>
background-color css
<style>
a { background-color: #42237A; }
a { background-color: rgb(66,35,122); }
div.DivClassName
{
background-color: #42237A;
}
.BgClassName
{
background-color: #42237A;
}
</style>
border-color css
<style>
span { border-color: #42237A; }
span { border-color: rgb(66,35,122); }
td.TdClassName
{
border-color: #42237A;
}
.TagClassName
{
border-color: #42237A;
}
</style>