Shades of Windsor #42267E
Tints of Windsor #42267E
RGB
CMYK
RGB Variations
Color information
#42267E (or 0x42267E) is known color: Windsor. HEX triplet: 42, 26 and 7E. RGB value is (66,38,126). Sum of RGB (Red+Green+Blue) = 66+38+126=230 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.70% from 230); Green value is 38 (15.23% from 255 or 16.52% from 230); Blue value is 126 (49.61% from 255 or 54.78% from 230); Max value from RGB is 126 - color contains mainly: blue. Hex color #42267E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42267E is #BDD981. Grayscale: #383838. Windows color (decimal): -12441986 or 8267330. OLE color: 8267330.
HSL color Cylindrical-coordinate representation of color #42267E: hue angle of 259.09º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #42267E is Cyan = 0.48, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 66 | 38 | 126 | - |
| CMYK | 0.48 | 0.70 | 0 | 0.51 |
| HSL | 259.09º | 0.54% | 0.32% | - |
| HSV(B) | 259.09º | 0.7% | 0.49% | - |
| XYZ | 6.71 | 4.05 | 20.17 | - |
| YUV | 56.4 | 167.28 | 134.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 38 | 126 | 0.48 | 0.70 | 0 | 0.51 | 259.09 | 0.54 | 0.32 |
| Hex | 42 | 26 | 7E | 30 | 46 | 0 | 33 | 103 | 36 | 20 |
| Octal | 102 | 46 | 176 | 60 | 106 | 0 | 63 | 403 | 66 | 40 |
| Binary | 1000010 | 100110 | 1111110 | 110000 | 1000110 | 0 | 110011 | 100000011 | 110110 | 100000 |
Color Harmonies of #42267E
Complementary color
Monochromatic Colors of #42267E
Black with #42267E
Text Example
Text Example
White with #42267E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42267E; }
p { color: rgb(66,38,126); }
H1.HeaderClassName
{
color: #42267E;
}
.AnyTagClassName
{
color: #42267E;
}
</style>
background-color css
<style>
a { background-color: #42267E; }
a { background-color: rgb(66,38,126); }
div.DivClassName
{
background-color: #42267E;
}
.BgClassName
{
background-color: #42267E;
}
</style>
border-color css
<style>
span { border-color: #42267E; }
span { border-color: rgb(66,38,126); }
td.TdClassName
{
border-color: #42267E;
}
.TagClassName
{
border-color: #42267E;
}
</style>