Shades of Windsor #431D8D
Tints of Windsor #431D8D
RGB
CMYK
RGB Variations
Color information
#431D8D (or 0x431D8D) is known color: Windsor. HEX triplet: 43, 1D and 8D. RGB value is (67,29,141). Sum of RGB (Red+Green+Blue) = 67+29+141=237 (31% of max value = 765). Red value is 67 (26.56% from 255 or 28.27% from 237); Green value is 29 (11.72% from 255 or 12.24% from 237); Blue value is 141 (55.47% from 255 or 59.49% from 237); Max value from RGB is 141 - color contains mainly: blue. Hex color #431D8D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #431D8D is #BCE272. Grayscale: #343434. Windows color (decimal): -12378739 or 9248067. OLE color: 9248067.
HSL color Cylindrical-coordinate representation of color #431D8D: hue angle of 260.36º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #431D8D is Cyan = 0.52, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 67 | 29 | 141 | - |
| CMYK | 0.52 | 0.79 | 0 | 0.45 |
| HSL | 260.36º | 0.66% | 0.33% | - |
| HSV(B) | 260.36º | 0.79% | 0.55% | - |
| XYZ | 7.56 | 4 | 25.57 | - |
| YUV | 53.13 | 177.59 | 137.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 29 | 141 | 0.52 | 0.79 | 0 | 0.45 | 260.36 | 0.66 | 0.33 |
| Hex | 43 | 1D | 8D | 34 | 4F | 0 | 2D | 104 | 42 | 21 |
| Octal | 103 | 35 | 215 | 64 | 117 | 0 | 55 | 404 | 102 | 41 |
| Binary | 1000011 | 11101 | 10001101 | 110100 | 1001111 | 0 | 101101 | 100000100 | 1000010 | 100001 |
Color Harmonies of #431D8D
Complementary color
Monochromatic Colors of #431D8D
Black with #431D8D
Text Example
Text Example
White with #431D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431D8D; }
p { color: rgb(67,29,141); }
H1.HeaderClassName
{
color: #431D8D;
}
.AnyTagClassName
{
color: #431D8D;
}
</style>
background-color css
<style>
a { background-color: #431D8D; }
a { background-color: rgb(67,29,141); }
div.DivClassName
{
background-color: #431D8D;
}
.BgClassName
{
background-color: #431D8D;
}
</style>
border-color css
<style>
span { border-color: #431D8D; }
span { border-color: rgb(67,29,141); }
td.TdClassName
{
border-color: #431D8D;
}
.TagClassName
{
border-color: #431D8D;
}
</style>