Shades of Windsor #42238D
Tints of Windsor #42238D
RGB
CMYK
RGB Variations
Color information
#42238D (or 0x42238D) is known color: Windsor. HEX triplet: 42, 23 and 8D. RGB value is (66,35,141). Sum of RGB (Red+Green+Blue) = 66+35+141=242 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.27% from 242); Green value is 35 (14.06% from 255 or 14.46% from 242); Blue value is 141 (55.47% from 255 or 58.26% from 242); Max value from RGB is 141 - color contains mainly: blue. Hex color #42238D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42238D is #BDDC72. Grayscale: #373737. Windows color (decimal): -12442739 or 9249602. OLE color: 9249602.
HSL color Cylindrical-coordinate representation of color #42238D: hue angle of 257.55º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #42238D is Cyan = 0.53, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 66 | 35 | 141 | - |
| CMYK | 0.53 | 0.75 | 0 | 0.45 |
| HSL | 257.55º | 0.6% | 0.35% | - |
| HSV(B) | 257.55º | 0.75% | 0.55% | - |
| XYZ | 7.66 | 4.28 | 25.62 | - |
| YUV | 56.35 | 175.77 | 134.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 35 | 141 | 0.53 | 0.75 | 0 | 0.45 | 257.55 | 0.6 | 0.35 |
| Hex | 42 | 23 | 8D | 35 | 4B | 0 | 2D | 102 | 3C | 23 |
| Octal | 102 | 43 | 215 | 65 | 113 | 0 | 55 | 402 | 74 | 43 |
| Binary | 1000010 | 100011 | 10001101 | 110101 | 1001011 | 0 | 101101 | 100000010 | 111100 | 100011 |
Color Harmonies of #42238D
Complementary color
Monochromatic Colors of #42238D
Black with #42238D
Text Example
Text Example
White with #42238D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42238D; }
p { color: rgb(66,35,141); }
H1.HeaderClassName
{
color: #42238D;
}
.AnyTagClassName
{
color: #42238D;
}
</style>
background-color css
<style>
a { background-color: #42238D; }
a { background-color: rgb(66,35,141); }
div.DivClassName
{
background-color: #42238D;
}
.BgClassName
{
background-color: #42238D;
}
</style>
border-color css
<style>
span { border-color: #42238D; }
span { border-color: rgb(66,35,141); }
td.TdClassName
{
border-color: #42238D;
}
.TagClassName
{
border-color: #42238D;
}
</style>