Shades of Windsor #42276D
Tints of Windsor #42276D
RGB
CMYK
RGB Variations
Color information
#42276D (or 0x42276D) is known color: Windsor. HEX triplet: 42, 27 and 6D. RGB value is (66,39,109). Sum of RGB (Red+Green+Blue) = 66+39+109=214 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.84% from 214); Green value is 39 (15.62% from 255 or 18.22% from 214); Blue value is 109 (42.97% from 255 or 50.93% from 214); Max value from RGB is 109 - color contains mainly: blue. Hex color #42276D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42276D is #BDD892. Grayscale: #363636. Windows color (decimal): -12441747 or 7153474. OLE color: 7153474.
HSL color Cylindrical-coordinate representation of color #42276D: hue angle of 263.14º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #42276D is Cyan = 0.39, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 66 | 39 | 109 | - |
| CMYK | 0.39 | 0.64 | 0 | 0.57 |
| HSL | 263.14º | 0.47% | 0.29% | - |
| HSV(B) | 263.14º | 0.64% | 0.43% | - |
| XYZ | 5.73 | 3.71 | 14.88 | - |
| YUV | 55.05 | 158.45 | 135.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 39 | 109 | 0.39 | 0.64 | 0 | 0.57 | 263.14 | 0.47 | 0.29 |
| Hex | 42 | 27 | 6D | 27 | 40 | 0 | 39 | 107 | 2F | 1D |
| Octal | 102 | 47 | 155 | 47 | 100 | 0 | 71 | 407 | 57 | 35 |
| Binary | 1000010 | 100111 | 1101101 | 100111 | 1000000 | 0 | 111001 | 100000111 | 101111 | 11101 |
Color Harmonies of #42276D
Complementary color
Monochromatic Colors of #42276D
Black with #42276D
Text Example
Text Example
White with #42276D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42276D; }
p { color: rgb(66,39,109); }
H1.HeaderClassName
{
color: #42276D;
}
.AnyTagClassName
{
color: #42276D;
}
</style>
background-color css
<style>
a { background-color: #42276D; }
a { background-color: rgb(66,39,109); }
div.DivClassName
{
background-color: #42276D;
}
.BgClassName
{
background-color: #42276D;
}
</style>
border-color css
<style>
span { border-color: #42276D; }
span { border-color: rgb(66,39,109); }
td.TdClassName
{
border-color: #42276D;
}
.TagClassName
{
border-color: #42276D;
}
</style>