Shades of Windsor #42267D
Tints of Windsor #42267D
RGB
CMYK
RGB Variations
Color information
#42267D (or 0x42267D) is known color: Windsor. HEX triplet: 42, 26 and 7D. RGB value is (66,38,125). Sum of RGB (Red+Green+Blue) = 66+38+125=229 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.82% from 229); Green value is 38 (15.23% from 255 or 16.59% from 229); Blue value is 125 (49.22% from 255 or 54.59% from 229); Max value from RGB is 125 - color contains mainly: blue. Hex color #42267D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42267D is #BDD982. Grayscale: #373737. Windows color (decimal): -12441987 or 8201794. OLE color: 8201794.
HSL color Cylindrical-coordinate representation of color #42267D: hue angle of 259.31º degrees, saturation: 0.53, 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 #42267D is Cyan = 0.47, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 66 | 38 | 125 | - |
| CMYK | 0.47 | 0.70 | 0 | 0.51 |
| HSL | 259.31º | 0.53% | 0.32% | - |
| HSV(B) | 259.31º | 0.7% | 0.49% | - |
| XYZ | 6.64 | 4.03 | 19.83 | - |
| YUV | 56.29 | 166.78 | 134.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 38 | 125 | 0.47 | 0.70 | 0 | 0.51 | 259.31 | 0.53 | 0.32 |
| Hex | 42 | 26 | 7D | 2F | 46 | 0 | 33 | 103 | 35 | 20 |
| Octal | 102 | 46 | 175 | 57 | 106 | 0 | 63 | 403 | 65 | 40 |
| Binary | 1000010 | 100110 | 1111101 | 101111 | 1000110 | 0 | 110011 | 100000011 | 110101 | 100000 |
Color Harmonies of #42267D
Complementary color
Monochromatic Colors of #42267D
Black with #42267D
Text Example
Text Example
White with #42267D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42267D; }
p { color: rgb(66,38,125); }
H1.HeaderClassName
{
color: #42267D;
}
.AnyTagClassName
{
color: #42267D;
}
</style>
background-color css
<style>
a { background-color: #42267D; }
a { background-color: rgb(66,38,125); }
div.DivClassName
{
background-color: #42267D;
}
.BgClassName
{
background-color: #42267D;
}
</style>
border-color css
<style>
span { border-color: #42267D; }
span { border-color: rgb(66,38,125); }
td.TdClassName
{
border-color: #42267D;
}
.TagClassName
{
border-color: #42267D;
}
</style>