Shades of Windsor #431E73
Tints of Windsor #431E73
RGB
CMYK
RGB Variations
Color information
#431E73 (or 0x431E73) is known color: Windsor. HEX triplet: 43, 1E and 73. RGB value is (67,30,115). Sum of RGB (Red+Green+Blue) = 67+30+115=212 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.60% from 212); Green value is 30 (12.11% from 255 or 14.15% from 212); Blue value is 115 (45.31% from 255 or 54.25% from 212); Max value from RGB is 115 - color contains mainly: blue. Hex color #431E73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #431E73 is #BCE18C. Grayscale: #323232. Windows color (decimal): -12378509 or 7544387. OLE color: 7544387.
HSL color Cylindrical-coordinate representation of color #431E73: hue angle of 266.12º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #431E73 is Cyan = 0.42, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 67 | 30 | 115 | - |
| CMYK | 0.42 | 0.74 | 0 | 0.55 |
| HSL | 266.12º | 0.59% | 0.28% | - |
| HSV(B) | 266.12º | 0.74% | 0.45% | - |
| XYZ | 5.87 | 3.36 | 16.56 | - |
| YUV | 50.75 | 164.26 | 139.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 30 | 115 | 0.42 | 0.74 | 0 | 0.55 | 266.12 | 0.59 | 0.28 |
| Hex | 43 | 1E | 73 | 2A | 4A | 0 | 37 | 10A | 3B | 1C |
| Octal | 103 | 36 | 163 | 52 | 112 | 0 | 67 | 412 | 73 | 34 |
| Binary | 1000011 | 11110 | 1110011 | 101010 | 1001010 | 0 | 110111 | 100001010 | 111011 | 11100 |
Color Harmonies of #431E73
Complementary color
Monochromatic Colors of #431E73
Black with #431E73
Text Example
Text Example
White with #431E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431E73; }
p { color: rgb(67,30,115); }
H1.HeaderClassName
{
color: #431E73;
}
.AnyTagClassName
{
color: #431E73;
}
</style>
background-color css
<style>
a { background-color: #431E73; }
a { background-color: rgb(67,30,115); }
div.DivClassName
{
background-color: #431E73;
}
.BgClassName
{
background-color: #431E73;
}
</style>
border-color css
<style>
span { border-color: #431E73; }
span { border-color: rgb(67,30,115); }
td.TdClassName
{
border-color: #431E73;
}
.TagClassName
{
border-color: #431E73;
}
</style>