Shades of Windsor #431F76
Tints of Windsor #431F76
RGB
CMYK
RGB Variations
Color information
#431F76 (or 0x431F76) is known color: Windsor. HEX triplet: 43, 1F and 76. RGB value is (67,31,118). Sum of RGB (Red+Green+Blue) = 67+31+118=216 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.02% from 216); Green value is 31 (12.5% from 255 or 14.35% from 216); Blue value is 118 (46.48% from 255 or 54.63% from 216); Max value from RGB is 118 - color contains mainly: blue. Hex color #431F76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #431F76 is #BCE089. Grayscale: #333333. Windows color (decimal): -12378250 or 7741251. OLE color: 7741251.
HSL color Cylindrical-coordinate representation of color #431F76: hue angle of 264.83º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #431F76 is Cyan = 0.43, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 67 | 31 | 118 | - |
| CMYK | 0.43 | 0.74 | 0 | 0.54 |
| HSL | 264.83º | 0.58% | 0.29% | - |
| HSV(B) | 264.83º | 0.74% | 0.46% | - |
| XYZ | 6.07 | 3.48 | 17.49 | - |
| YUV | 51.68 | 165.43 | 138.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 31 | 118 | 0.43 | 0.74 | 0 | 0.54 | 264.83 | 0.58 | 0.29 |
| Hex | 43 | 1F | 76 | 2B | 4A | 0 | 36 | 109 | 3A | 1D |
| Octal | 103 | 37 | 166 | 53 | 112 | 0 | 66 | 411 | 72 | 35 |
| Binary | 1000011 | 11111 | 1110110 | 101011 | 1001010 | 0 | 110110 | 100001001 | 111010 | 11101 |
Color Harmonies of #431F76
Complementary color
Monochromatic Colors of #431F76
Black with #431F76
Text Example
Text Example
White with #431F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431F76; }
p { color: rgb(67,31,118); }
H1.HeaderClassName
{
color: #431F76;
}
.AnyTagClassName
{
color: #431F76;
}
</style>
background-color css
<style>
a { background-color: #431F76; }
a { background-color: rgb(67,31,118); }
div.DivClassName
{
background-color: #431F76;
}
.BgClassName
{
background-color: #431F76;
}
</style>
border-color css
<style>
span { border-color: #431F76; }
span { border-color: rgb(67,31,118); }
td.TdClassName
{
border-color: #431F76;
}
.TagClassName
{
border-color: #431F76;
}
</style>