Shades of Windsor #431E7C
Tints of Windsor #431E7C
RGB
CMYK
RGB Variations
Color information
#431E7C (or 0x431E7C) is known color: Windsor. HEX triplet: 43, 1E and 7C. RGB value is (67,30,124). Sum of RGB (Red+Green+Blue) = 67+30+124=221 (29% of max value = 765). Red value is 67 (26.56% from 255 or 30.32% from 221); Green value is 30 (12.11% from 255 or 13.57% from 221); Blue value is 124 (48.83% from 255 or 56.11% from 221); Max value from RGB is 124 - color contains mainly: blue. Hex color #431E7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #431E7C is #BCE183. Grayscale: #333333. Windows color (decimal): -12378500 or 8134211. OLE color: 8134211.
HSL color Cylindrical-coordinate representation of color #431E7C: hue angle of 263.62º 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 #431E7C is Cyan = 0.46, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 67 | 30 | 124 | - |
| CMYK | 0.46 | 0.76 | 0 | 0.51 |
| HSL | 263.62º | 0.61% | 0.3% | - |
| HSV(B) | 263.62º | 0.76% | 0.49% | - |
| XYZ | 6.42 | 3.58 | 19.42 | - |
| YUV | 51.78 | 168.76 | 138.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 30 | 124 | 0.46 | 0.76 | 0 | 0.51 | 263.62 | 0.61 | 0.3 |
| Hex | 43 | 1E | 7C | 2E | 4C | 0 | 33 | 108 | 3D | 1E |
| Octal | 103 | 36 | 174 | 56 | 114 | 0 | 63 | 410 | 75 | 36 |
| Binary | 1000011 | 11110 | 1111100 | 101110 | 1001100 | 0 | 110011 | 100001000 | 111101 | 11110 |
Color Harmonies of #431E7C
Complementary color
Monochromatic Colors of #431E7C
Black with #431E7C
Text Example
Text Example
White with #431E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431E7C; }
p { color: rgb(67,30,124); }
H1.HeaderClassName
{
color: #431E7C;
}
.AnyTagClassName
{
color: #431E7C;
}
</style>
background-color css
<style>
a { background-color: #431E7C; }
a { background-color: rgb(67,30,124); }
div.DivClassName
{
background-color: #431E7C;
}
.BgClassName
{
background-color: #431E7C;
}
</style>
border-color css
<style>
span { border-color: #431E7C; }
span { border-color: rgb(67,30,124); }
td.TdClassName
{
border-color: #431E7C;
}
.TagClassName
{
border-color: #431E7C;
}
</style>