Shades of Windsor #431E7A
Tints of Windsor #431E7A
RGB
CMYK
RGB Variations
Color information
#431E7A (or 0x431E7A) is known color: Windsor. HEX triplet: 43, 1E and 7A. RGB value is (67,30,122). Sum of RGB (Red+Green+Blue) = 67+30+122=219 (29% of max value = 765). Red value is 67 (26.56% from 255 or 30.59% from 219); Green value is 30 (12.11% from 255 or 13.70% from 219); Blue value is 122 (48.05% from 255 or 55.71% from 219); Max value from RGB is 122 - color contains mainly: blue. Hex color #431E7A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #431E7A is #BCE185. Grayscale: #333333. Windows color (decimal): -12378502 or 8003139. OLE color: 8003139.
HSL color Cylindrical-coordinate representation of color #431E7A: hue angle of 264.13º degrees, saturation: 0.61, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #431E7A is Cyan = 0.45, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 67 | 30 | 122 | - |
| CMYK | 0.45 | 0.75 | 0 | 0.52 |
| HSL | 264.13º | 0.61% | 0.3% | - |
| HSV(B) | 264.13º | 0.75% | 0.48% | - |
| XYZ | 6.29 | 3.53 | 18.76 | - |
| YUV | 51.55 | 167.76 | 139.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 30 | 122 | 0.45 | 0.75 | 0 | 0.52 | 264.13 | 0.61 | 0.3 |
| Hex | 43 | 1E | 7A | 2D | 4B | 0 | 34 | 108 | 3D | 1E |
| Octal | 103 | 36 | 172 | 55 | 113 | 0 | 64 | 410 | 75 | 36 |
| Binary | 1000011 | 11110 | 1111010 | 101101 | 1001011 | 0 | 110100 | 100001000 | 111101 | 11110 |
Color Harmonies of #431E7A
Complementary color
Monochromatic Colors of #431E7A
Black with #431E7A
Text Example
Text Example
White with #431E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431E7A; }
p { color: rgb(67,30,122); }
H1.HeaderClassName
{
color: #431E7A;
}
.AnyTagClassName
{
color: #431E7A;
}
</style>
background-color css
<style>
a { background-color: #431E7A; }
a { background-color: rgb(67,30,122); }
div.DivClassName
{
background-color: #431E7A;
}
.BgClassName
{
background-color: #431E7A;
}
</style>
border-color css
<style>
span { border-color: #431E7A; }
span { border-color: rgb(67,30,122); }
td.TdClassName
{
border-color: #431E7A;
}
.TagClassName
{
border-color: #431E7A;
}
</style>