Shades of Windsor #431E77
Tints of Windsor #431E77
RGB
CMYK
RGB Variations
Color information
#431E77 (or 0x431E77) is known color: Windsor. HEX triplet: 43, 1E and 77. RGB value is (67,30,119). Sum of RGB (Red+Green+Blue) = 67+30+119=216 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.02% from 216); Green value is 30 (12.11% from 255 or 13.89% from 216); Blue value is 119 (46.88% from 255 or 55.09% from 216); Max value from RGB is 119 - color contains mainly: blue. Hex color #431E77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #431E77 is #BCE188. Grayscale: #323232. Windows color (decimal): -12378505 or 7806531. OLE color: 7806531.
HSL color Cylindrical-coordinate representation of color #431E77: hue angle of 264.94º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #431E77 is Cyan = 0.44, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 67 | 30 | 119 | - |
| CMYK | 0.44 | 0.75 | 0 | 0.53 |
| HSL | 264.94º | 0.6% | 0.29% | - |
| HSV(B) | 264.94º | 0.75% | 0.47% | - |
| XYZ | 6.11 | 3.45 | 17.8 | - |
| YUV | 51.21 | 166.26 | 139.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 30 | 119 | 0.44 | 0.75 | 0 | 0.53 | 264.94 | 0.6 | 0.29 |
| Hex | 43 | 1E | 77 | 2C | 4B | 0 | 35 | 109 | 3C | 1D |
| Octal | 103 | 36 | 167 | 54 | 113 | 0 | 65 | 411 | 74 | 35 |
| Binary | 1000011 | 11110 | 1110111 | 101100 | 1001011 | 0 | 110101 | 100001001 | 111100 | 11101 |
Color Harmonies of #431E77
Complementary color
Monochromatic Colors of #431E77
Black with #431E77
Text Example
Text Example
White with #431E77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431E77; }
p { color: rgb(67,30,119); }
H1.HeaderClassName
{
color: #431E77;
}
.AnyTagClassName
{
color: #431E77;
}
</style>
background-color css
<style>
a { background-color: #431E77; }
a { background-color: rgb(67,30,119); }
div.DivClassName
{
background-color: #431E77;
}
.BgClassName
{
background-color: #431E77;
}
</style>
border-color css
<style>
span { border-color: #431E77; }
span { border-color: rgb(67,30,119); }
td.TdClassName
{
border-color: #431E77;
}
.TagClassName
{
border-color: #431E77;
}
</style>