Shades of Windsor #42317F
Tints of Windsor #42317F
RGB
CMYK
RGB Variations
Color information
#42317F (or 0x42317F) is known color: Windsor. HEX triplet: 42, 31 and 7F. RGB value is (66,49,127). Sum of RGB (Red+Green+Blue) = 66+49+127=242 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.27% from 242); Green value is 49 (19.53% from 255 or 20.25% from 242); Blue value is 127 (50% from 255 or 52.48% from 242); Max value from RGB is 127 - color contains mainly: blue. Hex color #42317F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42317F is #BDCE80. Grayscale: #3E3E3E. Windows color (decimal): -12439169 or 8335682. OLE color: 8335682.
HSL color Cylindrical-coordinate representation of color #42317F: hue angle of 253.08º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #42317F is Cyan = 0.48, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 66 | 49 | 127 | - |
| CMYK | 0.48 | 0.61 | 0 | 0.50 |
| HSL | 253.08º | 0.44% | 0.35% | - |
| HSV(B) | 253.08º | 0.61% | 0.5% | - |
| XYZ | 7.18 | 4.89 | 20.64 | - |
| YUV | 62.98 | 164.13 | 130.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 49 | 127 | 0.48 | 0.61 | 0 | 0.50 | 253.08 | 0.44 | 0.35 |
| Hex | 42 | 31 | 7F | 30 | 3D | 0 | 32 | FD | 2C | 23 |
| Octal | 102 | 61 | 177 | 60 | 75 | 0 | 62 | 375 | 54 | 43 |
| Binary | 1000010 | 110001 | 1111111 | 110000 | 111101 | 0 | 110010 | 11111101 | 101100 | 100011 |
Color Harmonies of #42317F
Complementary color
Monochromatic Colors of #42317F
Black with #42317F
Text Example
Text Example
White with #42317F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42317F; }
p { color: rgb(66,49,127); }
H1.HeaderClassName
{
color: #42317F;
}
.AnyTagClassName
{
color: #42317F;
}
</style>
background-color css
<style>
a { background-color: #42317F; }
a { background-color: rgb(66,49,127); }
div.DivClassName
{
background-color: #42317F;
}
.BgClassName
{
background-color: #42317F;
}
</style>
border-color css
<style>
span { border-color: #42317F; }
span { border-color: rgb(66,49,127); }
td.TdClassName
{
border-color: #42317F;
}
.TagClassName
{
border-color: #42317F;
}
</style>