Shades of Windsor #431C77
Tints of Windsor #431C77
RGB
CMYK
RGB Variations
Color information
#431C77 (or 0x431C77) is known color: Windsor. HEX triplet: 43, 1C and 77. RGB value is (67,28,119). Sum of RGB (Red+Green+Blue) = 67+28+119=214 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.31% from 214); Green value is 28 (11.33% from 255 or 13.08% from 214); Blue value is 119 (46.88% from 255 or 55.61% from 214); Max value from RGB is 119 - color contains mainly: blue. Hex color #431C77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #431C77 is #BCE388. Grayscale: #313131. Windows color (decimal): -12379017 or 7806019. OLE color: 7806019.
HSL color Cylindrical-coordinate representation of color #431C77: hue angle of 265.71º degrees, saturation: 0.62, 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 #431C77 is Cyan = 0.44, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 67 | 28 | 119 | - |
| CMYK | 0.44 | 0.76 | 0 | 0.53 |
| HSL | 265.71º | 0.62% | 0.29% | - |
| HSV(B) | 265.71º | 0.76% | 0.47% | - |
| XYZ | 6.06 | 3.36 | 17.78 | - |
| YUV | 50.04 | 166.92 | 140.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 28 | 119 | 0.44 | 0.76 | 0 | 0.53 | 265.71 | 0.62 | 0.29 |
| Hex | 43 | 1C | 77 | 2C | 4C | 0 | 35 | 10A | 3E | 1D |
| Octal | 103 | 34 | 167 | 54 | 114 | 0 | 65 | 412 | 76 | 35 |
| Binary | 1000011 | 11100 | 1110111 | 101100 | 1001100 | 0 | 110101 | 100001010 | 111110 | 11101 |
Color Harmonies of #431C77
Complementary color
Monochromatic Colors of #431C77
Black with #431C77
Text Example
Text Example
White with #431C77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431C77; }
p { color: rgb(67,28,119); }
H1.HeaderClassName
{
color: #431C77;
}
.AnyTagClassName
{
color: #431C77;
}
</style>
background-color css
<style>
a { background-color: #431C77; }
a { background-color: rgb(67,28,119); }
div.DivClassName
{
background-color: #431C77;
}
.BgClassName
{
background-color: #431C77;
}
</style>
border-color css
<style>
span { border-color: #431C77; }
span { border-color: rgb(67,28,119); }
td.TdClassName
{
border-color: #431C77;
}
.TagClassName
{
border-color: #431C77;
}
</style>