Shades of Windsor #431D85
Tints of Windsor #431D85
RGB
CMYK
RGB Variations
Color information
#431D85 (or 0x431D85) is known color: Windsor. HEX triplet: 43, 1D and 85. RGB value is (67,29,133). Sum of RGB (Red+Green+Blue) = 67+29+133=229 (30% of max value = 765). Red value is 67 (26.56% from 255 or 29.26% from 229); Green value is 29 (11.72% from 255 or 12.66% from 229); Blue value is 133 (52.34% from 255 or 58.08% from 229); Max value from RGB is 133 - color contains mainly: blue. Hex color #431D85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #431D85 is #BCE27A. Grayscale: #333333. Windows color (decimal): -12378747 or 8723779. OLE color: 8723779.
HSL color Cylindrical-coordinate representation of color #431D85: hue angle of 261.92º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #431D85 is Cyan = 0.50, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 67 | 29 | 133 | - |
| CMYK | 0.50 | 0.78 | 0 | 0.48 |
| HSL | 261.92º | 0.64% | 0.32% | - |
| HSV(B) | 261.92º | 0.78% | 0.52% | - |
| XYZ | 6.99 | 3.77 | 22.55 | - |
| YUV | 52.22 | 173.59 | 138.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 29 | 133 | 0.50 | 0.78 | 0 | 0.48 | 261.92 | 0.64 | 0.32 |
| Hex | 43 | 1D | 85 | 32 | 4E | 0 | 30 | 106 | 40 | 20 |
| Octal | 103 | 35 | 205 | 62 | 116 | 0 | 60 | 406 | 100 | 40 |
| Binary | 1000011 | 11101 | 10000101 | 110010 | 1001110 | 0 | 110000 | 100000110 | 1000000 | 100000 |
Color Harmonies of #431D85
Complementary color
Monochromatic Colors of #431D85
Black with #431D85
Text Example
Text Example
White with #431D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431D85; }
p { color: rgb(67,29,133); }
H1.HeaderClassName
{
color: #431D85;
}
.AnyTagClassName
{
color: #431D85;
}
</style>
background-color css
<style>
a { background-color: #431D85; }
a { background-color: rgb(67,29,133); }
div.DivClassName
{
background-color: #431D85;
}
.BgClassName
{
background-color: #431D85;
}
</style>
border-color css
<style>
span { border-color: #431D85; }
span { border-color: rgb(67,29,133); }
td.TdClassName
{
border-color: #431D85;
}
.TagClassName
{
border-color: #431D85;
}
</style>