Shades of Windsor #431E7D
Tints of Windsor #431E7D
RGB
CMYK
RGB Variations
Color information
#431E7D (or 0x431E7D) is known color: Windsor. HEX triplet: 43, 1E and 7D. RGB value is (67,30,125). Sum of RGB (Red+Green+Blue) = 67+30+125=222 (29% of max value = 765). Red value is 67 (26.56% from 255 or 30.18% from 222); Green value is 30 (12.11% from 255 or 13.51% from 222); Blue value is 125 (49.22% from 255 or 56.31% from 222); Max value from RGB is 125 - color contains mainly: blue. Hex color #431E7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #431E7D is #BCE182. Grayscale: #333333. Windows color (decimal): -12378499 or 8199747. OLE color: 8199747.
HSL color Cylindrical-coordinate representation of color #431E7D: hue angle of 263.37º degrees, saturation: 0.61, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #431E7D is Cyan = 0.46, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 67 | 30 | 125 | - |
| CMYK | 0.46 | 0.76 | 0 | 0.51 |
| HSL | 263.37º | 0.61% | 0.3% | - |
| HSV(B) | 263.37º | 0.76% | 0.49% | - |
| XYZ | 6.48 | 3.6 | 19.76 | - |
| YUV | 51.89 | 169.26 | 138.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 30 | 125 | 0.46 | 0.76 | 0 | 0.51 | 263.37 | 0.61 | 0.3 |
| Hex | 43 | 1E | 7D | 2E | 4C | 0 | 33 | 107 | 3D | 1E |
| Octal | 103 | 36 | 175 | 56 | 114 | 0 | 63 | 407 | 75 | 36 |
| Binary | 1000011 | 11110 | 1111101 | 101110 | 1001100 | 0 | 110011 | 100000111 | 111101 | 11110 |
Color Harmonies of #431E7D
Complementary color
Monochromatic Colors of #431E7D
Black with #431E7D
Text Example
Text Example
White with #431E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431E7D; }
p { color: rgb(67,30,125); }
H1.HeaderClassName
{
color: #431E7D;
}
.AnyTagClassName
{
color: #431E7D;
}
</style>
background-color css
<style>
a { background-color: #431E7D; }
a { background-color: rgb(67,30,125); }
div.DivClassName
{
background-color: #431E7D;
}
.BgClassName
{
background-color: #431E7D;
}
</style>
border-color css
<style>
span { border-color: #431E7D; }
span { border-color: rgb(67,30,125); }
td.TdClassName
{
border-color: #431E7D;
}
.TagClassName
{
border-color: #431E7D;
}
</style>