Shades of Windsor #431F72
Tints of Windsor #431F72
RGB
CMYK
RGB Variations
Color information
#431F72 (or 0x431F72) is known color: Windsor. HEX triplet: 43, 1F and 72. RGB value is (67,31,114). Sum of RGB (Red+Green+Blue) = 67+31+114=212 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.60% from 212); Green value is 31 (12.5% from 255 or 14.62% from 212); Blue value is 114 (44.92% from 255 or 53.77% from 212); Max value from RGB is 114 - color contains mainly: blue. Hex color #431F72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #431F72 is #BCE08D. Grayscale: #323232. Windows color (decimal): -12378254 or 7479107. OLE color: 7479107.
HSL color Cylindrical-coordinate representation of color #431F72: hue angle of 266.02º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #431F72 is Cyan = 0.41, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 67 | 31 | 114 | - |
| CMYK | 0.41 | 0.73 | 0 | 0.55 |
| HSL | 266.02º | 0.57% | 0.28% | - |
| HSV(B) | 266.02º | 0.73% | 0.45% | - |
| XYZ | 5.84 | 3.39 | 16.27 | - |
| YUV | 51.23 | 163.43 | 139.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 31 | 114 | 0.41 | 0.73 | 0 | 0.55 | 266.02 | 0.57 | 0.28 |
| Hex | 43 | 1F | 72 | 29 | 49 | 0 | 37 | 10A | 39 | 1C |
| Octal | 103 | 37 | 162 | 51 | 111 | 0 | 67 | 412 | 71 | 34 |
| Binary | 1000011 | 11111 | 1110010 | 101001 | 1001001 | 0 | 110111 | 100001010 | 111001 | 11100 |
Color Harmonies of #431F72
Complementary color
Monochromatic Colors of #431F72
Black with #431F72
Text Example
Text Example
White with #431F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431F72; }
p { color: rgb(67,31,114); }
H1.HeaderClassName
{
color: #431F72;
}
.AnyTagClassName
{
color: #431F72;
}
</style>
background-color css
<style>
a { background-color: #431F72; }
a { background-color: rgb(67,31,114); }
div.DivClassName
{
background-color: #431F72;
}
.BgClassName
{
background-color: #431F72;
}
</style>
border-color css
<style>
span { border-color: #431F72; }
span { border-color: rgb(67,31,114); }
td.TdClassName
{
border-color: #431F72;
}
.TagClassName
{
border-color: #431F72;
}
</style>