Shades of Windsor #431F73
Tints of Windsor #431F73
RGB
CMYK
RGB Variations
Color information
#431F73 (or 0x431F73) is known color: Windsor. HEX triplet: 43, 1F and 73. RGB value is (67,31,115). Sum of RGB (Red+Green+Blue) = 67+31+115=213 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.46% from 213); Green value is 31 (12.5% from 255 or 14.55% from 213); Blue value is 115 (45.31% from 255 or 53.99% from 213); Max value from RGB is 115 - color contains mainly: blue. Hex color #431F73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #431F73 is #BCE08C. Grayscale: #333333. Windows color (decimal): -12378253 or 7544643. OLE color: 7544643.
HSL color Cylindrical-coordinate representation of color #431F73: hue angle of 265.71º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #431F73 is Cyan = 0.42, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 67 | 31 | 115 | - |
| CMYK | 0.42 | 0.73 | 0 | 0.55 |
| HSL | 265.71º | 0.58% | 0.29% | - |
| HSV(B) | 265.71º | 0.73% | 0.45% | - |
| XYZ | 5.9 | 3.41 | 16.57 | - |
| YUV | 51.34 | 163.93 | 139.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 31 | 115 | 0.42 | 0.73 | 0 | 0.55 | 265.71 | 0.58 | 0.29 |
| Hex | 43 | 1F | 73 | 2A | 49 | 0 | 37 | 10A | 3A | 1D |
| Octal | 103 | 37 | 163 | 52 | 111 | 0 | 67 | 412 | 72 | 35 |
| Binary | 1000011 | 11111 | 1110011 | 101010 | 1001001 | 0 | 110111 | 100001010 | 111010 | 11101 |
Color Harmonies of #431F73
Complementary color
Monochromatic Colors of #431F73
Black with #431F73
Text Example
Text Example
White with #431F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431F73; }
p { color: rgb(67,31,115); }
H1.HeaderClassName
{
color: #431F73;
}
.AnyTagClassName
{
color: #431F73;
}
</style>
background-color css
<style>
a { background-color: #431F73; }
a { background-color: rgb(67,31,115); }
div.DivClassName
{
background-color: #431F73;
}
.BgClassName
{
background-color: #431F73;
}
</style>
border-color css
<style>
span { border-color: #431F73; }
span { border-color: rgb(67,31,115); }
td.TdClassName
{
border-color: #431F73;
}
.TagClassName
{
border-color: #431F73;
}
</style>