Shades of Windsor #431D77
Tints of Windsor #431D77
RGB
CMYK
RGB Variations
Color information
#431D77 (or 0x431D77) is known color: Windsor. HEX triplet: 43, 1D and 77. RGB value is (67,29,119). Sum of RGB (Red+Green+Blue) = 67+29+119=215 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.16% from 215); Green value is 29 (11.72% from 255 or 13.49% from 215); Blue value is 119 (46.88% from 255 or 55.35% from 215); Max value from RGB is 119 - color contains mainly: blue. Hex color #431D77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #431D77 is #BCE288. Grayscale: #323232. Windows color (decimal): -12378761 or 7806275. OLE color: 7806275.
HSL color Cylindrical-coordinate representation of color #431D77: hue angle of 265.33º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #431D77 is Cyan = 0.44, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 67 | 29 | 119 | - |
| CMYK | 0.44 | 0.76 | 0 | 0.53 |
| HSL | 265.33º | 0.61% | 0.29% | - |
| HSV(B) | 265.33º | 0.76% | 0.47% | - |
| XYZ | 6.08 | 3.4 | 17.79 | - |
| YUV | 50.62 | 166.59 | 139.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 29 | 119 | 0.44 | 0.76 | 0 | 0.53 | 265.33 | 0.61 | 0.29 |
| Hex | 43 | 1D | 77 | 2C | 4C | 0 | 35 | 109 | 3D | 1D |
| Octal | 103 | 35 | 167 | 54 | 114 | 0 | 65 | 411 | 75 | 35 |
| Binary | 1000011 | 11101 | 1110111 | 101100 | 1001100 | 0 | 110101 | 100001001 | 111101 | 11101 |
Color Harmonies of #431D77
Complementary color
Monochromatic Colors of #431D77
Black with #431D77
Text Example
Text Example
White with #431D77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431D77; }
p { color: rgb(67,29,119); }
H1.HeaderClassName
{
color: #431D77;
}
.AnyTagClassName
{
color: #431D77;
}
</style>
background-color css
<style>
a { background-color: #431D77; }
a { background-color: rgb(67,29,119); }
div.DivClassName
{
background-color: #431D77;
}
.BgClassName
{
background-color: #431D77;
}
</style>
border-color css
<style>
span { border-color: #431D77; }
span { border-color: rgb(67,29,119); }
td.TdClassName
{
border-color: #431D77;
}
.TagClassName
{
border-color: #431D77;
}
</style>