Shades of Windsor #42267C
Tints of Windsor #42267C
RGB
CMYK
RGB Variations
Color information
#42267C (or 0x42267C) is known color: Windsor. HEX triplet: 42, 26 and 7C. RGB value is (66,38,124). Sum of RGB (Red+Green+Blue) = 66+38+124=228 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.95% from 228); Green value is 38 (15.23% from 255 or 16.67% from 228); Blue value is 124 (48.83% from 255 or 54.39% from 228); Max value from RGB is 124 - color contains mainly: blue. Hex color #42267C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42267C is #BDD983. Grayscale: #373737. Windows color (decimal): -12441988 or 8136258. OLE color: 8136258.
HSL color Cylindrical-coordinate representation of color #42267C: hue angle of 259.53º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #42267C is Cyan = 0.47, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 66 | 38 | 124 | - |
| CMYK | 0.47 | 0.69 | 0 | 0.51 |
| HSL | 259.53º | 0.53% | 0.32% | - |
| HSV(B) | 259.53º | 0.69% | 0.49% | - |
| XYZ | 6.58 | 4 | 19.49 | - |
| YUV | 56.18 | 166.28 | 135.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 38 | 124 | 0.47 | 0.69 | 0 | 0.51 | 259.53 | 0.53 | 0.32 |
| Hex | 42 | 26 | 7C | 2F | 45 | 0 | 33 | 104 | 35 | 20 |
| Octal | 102 | 46 | 174 | 57 | 105 | 0 | 63 | 404 | 65 | 40 |
| Binary | 1000010 | 100110 | 1111100 | 101111 | 1000101 | 0 | 110011 | 100000100 | 110101 | 100000 |
Color Harmonies of #42267C
Complementary color
Monochromatic Colors of #42267C
Black with #42267C
Text Example
Text Example
White with #42267C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42267C; }
p { color: rgb(66,38,124); }
H1.HeaderClassName
{
color: #42267C;
}
.AnyTagClassName
{
color: #42267C;
}
</style>
background-color css
<style>
a { background-color: #42267C; }
a { background-color: rgb(66,38,124); }
div.DivClassName
{
background-color: #42267C;
}
.BgClassName
{
background-color: #42267C;
}
</style>
border-color css
<style>
span { border-color: #42267C; }
span { border-color: rgb(66,38,124); }
td.TdClassName
{
border-color: #42267C;
}
.TagClassName
{
border-color: #42267C;
}
</style>