Shades of Windsor #42287D
Tints of Windsor #42287D
RGB
CMYK
RGB Variations
Color information
#42287D (or 0x42287D) is known color: Windsor. HEX triplet: 42, 28 and 7D. RGB value is (66,40,125). Sum of RGB (Red+Green+Blue) = 66+40+125=231 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.57% from 231); Green value is 40 (16.02% from 255 or 17.32% from 231); Blue value is 125 (49.22% from 255 or 54.11% from 231); Max value from RGB is 125 - color contains mainly: blue. Hex color #42287D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42287D is #BDD782. Grayscale: #393939. Windows color (decimal): -12441475 or 8202306. OLE color: 8202306.
HSL color Cylindrical-coordinate representation of color #42287D: hue angle of 258.35º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #42287D is Cyan = 0.47, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 66 | 40 | 125 | - |
| CMYK | 0.47 | 0.68 | 0 | 0.51 |
| HSL | 258.35º | 0.52% | 0.32% | - |
| HSV(B) | 258.35º | 0.68% | 0.49% | - |
| XYZ | 6.71 | 4.16 | 19.85 | - |
| YUV | 57.46 | 166.11 | 134.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 40 | 125 | 0.47 | 0.68 | 0 | 0.51 | 258.35 | 0.52 | 0.32 |
| Hex | 42 | 28 | 7D | 2F | 44 | 0 | 33 | 102 | 34 | 20 |
| Octal | 102 | 50 | 175 | 57 | 104 | 0 | 63 | 402 | 64 | 40 |
| Binary | 1000010 | 101000 | 1111101 | 101111 | 1000100 | 0 | 110011 | 100000010 | 110100 | 100000 |
Color Harmonies of #42287D
Complementary color
Monochromatic Colors of #42287D
Black with #42287D
Text Example
Text Example
White with #42287D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42287D; }
p { color: rgb(66,40,125); }
H1.HeaderClassName
{
color: #42287D;
}
.AnyTagClassName
{
color: #42287D;
}
</style>
background-color css
<style>
a { background-color: #42287D; }
a { background-color: rgb(66,40,125); }
div.DivClassName
{
background-color: #42287D;
}
.BgClassName
{
background-color: #42287D;
}
</style>
border-color css
<style>
span { border-color: #42287D; }
span { border-color: rgb(66,40,125); }
td.TdClassName
{
border-color: #42287D;
}
.TagClassName
{
border-color: #42287D;
}
</style>