Shades of Windsor #431F8D
Tints of Windsor #431F8D
RGB
CMYK
RGB Variations
Color information
#431F8D (or 0x431F8D) is known color: Windsor. HEX triplet: 43, 1F and 8D. RGB value is (67,31,141). Sum of RGB (Red+Green+Blue) = 67+31+141=239 (31% of max value = 765). Red value is 67 (26.56% from 255 or 28.03% from 239); Green value is 31 (12.5% from 255 or 12.97% from 239); Blue value is 141 (55.47% from 255 or 59.00% from 239); Max value from RGB is 141 - color contains mainly: blue. Hex color #431F8D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #431F8D is #BCE072. Grayscale: #353535. Windows color (decimal): -12378227 or 9248579. OLE color: 9248579.
HSL color Cylindrical-coordinate representation of color #431F8D: hue angle of 259.64º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #431F8D is Cyan = 0.52, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 67 | 31 | 141 | - |
| CMYK | 0.52 | 0.78 | 0 | 0.45 |
| HSL | 259.64º | 0.64% | 0.34% | - |
| HSV(B) | 259.64º | 0.78% | 0.55% | - |
| XYZ | 7.61 | 4.1 | 25.59 | - |
| YUV | 54.3 | 176.93 | 137.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 31 | 141 | 0.52 | 0.78 | 0 | 0.45 | 259.64 | 0.64 | 0.34 |
| Hex | 43 | 1F | 8D | 34 | 4E | 0 | 2D | 104 | 40 | 22 |
| Octal | 103 | 37 | 215 | 64 | 116 | 0 | 55 | 404 | 100 | 42 |
| Binary | 1000011 | 11111 | 10001101 | 110100 | 1001110 | 0 | 101101 | 100000100 | 1000000 | 100010 |
Color Harmonies of #431F8D
Complementary color
Monochromatic Colors of #431F8D
Black with #431F8D
Text Example
Text Example
White with #431F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431F8D; }
p { color: rgb(67,31,141); }
H1.HeaderClassName
{
color: #431F8D;
}
.AnyTagClassName
{
color: #431F8D;
}
</style>
background-color css
<style>
a { background-color: #431F8D; }
a { background-color: rgb(67,31,141); }
div.DivClassName
{
background-color: #431F8D;
}
.BgClassName
{
background-color: #431F8D;
}
</style>
border-color css
<style>
span { border-color: #431F8D; }
span { border-color: rgb(67,31,141); }
td.TdClassName
{
border-color: #431F8D;
}
.TagClassName
{
border-color: #431F8D;
}
</style>