Shades of Windsor #431F91
Tints of Windsor #431F91
RGB
CMYK
RGB Variations
Color information
#431F91 (or 0x431F91) is known color: Windsor. HEX triplet: 43, 1F and 91. RGB value is (67,31,145). Sum of RGB (Red+Green+Blue) = 67+31+145=243 (32% of max value = 765). Red value is 67 (26.56% from 255 or 27.57% from 243); Green value is 31 (12.5% from 255 or 12.76% from 243); Blue value is 145 (57.03% from 255 or 59.67% from 243); Max value from RGB is 145 - color contains mainly: blue. Hex color #431F91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #431F91 is #BCE06E. Grayscale: #363636. Windows color (decimal): -12378223 or 9510723. OLE color: 9510723.
HSL color Cylindrical-coordinate representation of color #431F91: hue angle of 258.95º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #431F91 is Cyan = 0.54, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 67 | 31 | 145 | - |
| CMYK | 0.54 | 0.79 | 0 | 0.43 |
| HSL | 258.95º | 0.65% | 0.35% | - |
| HSV(B) | 258.95º | 0.79% | 0.57% | - |
| XYZ | 7.92 | 4.22 | 27.18 | - |
| YUV | 54.76 | 178.93 | 136.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 31 | 145 | 0.54 | 0.79 | 0 | 0.43 | 258.95 | 0.65 | 0.35 |
| Hex | 43 | 1F | 91 | 36 | 4F | 0 | 2B | 103 | 41 | 23 |
| Octal | 103 | 37 | 221 | 66 | 117 | 0 | 53 | 403 | 101 | 43 |
| Binary | 1000011 | 11111 | 10010001 | 110110 | 1001111 | 0 | 101011 | 100000011 | 1000001 | 100011 |
Color Harmonies of #431F91
Complementary color
Monochromatic Colors of #431F91
Black with #431F91
Text Example
Text Example
White with #431F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431F91; }
p { color: rgb(67,31,145); }
H1.HeaderClassName
{
color: #431F91;
}
.AnyTagClassName
{
color: #431F91;
}
</style>
background-color css
<style>
a { background-color: #431F91; }
a { background-color: rgb(67,31,145); }
div.DivClassName
{
background-color: #431F91;
}
.BgClassName
{
background-color: #431F91;
}
</style>
border-color css
<style>
span { border-color: #431F91; }
span { border-color: rgb(67,31,145); }
td.TdClassName
{
border-color: #431F91;
}
.TagClassName
{
border-color: #431F91;
}
</style>