Shades of Windsor #431D7B
Tints of Windsor #431D7B
RGB
CMYK
RGB Variations
Color information
#431D7B (or 0x431D7B) is known color: Windsor. HEX triplet: 43, 1D and 7B. RGB value is (67,29,123). Sum of RGB (Red+Green+Blue) = 67+29+123=219 (29% of max value = 765). Red value is 67 (26.56% from 255 or 30.59% from 219); Green value is 29 (11.72% from 255 or 13.24% from 219); Blue value is 123 (48.44% from 255 or 56.16% from 219); Max value from RGB is 123 - color contains mainly: blue. Hex color #431D7B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #431D7B is #BCE284. Grayscale: #323232. Windows color (decimal): -12378757 or 8068419. OLE color: 8068419.
HSL color Cylindrical-coordinate representation of color #431D7B: hue angle of 264.26º degrees, saturation: 0.62, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #431D7B is Cyan = 0.46, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 67 | 29 | 123 | - |
| CMYK | 0.46 | 0.76 | 0 | 0.52 |
| HSL | 264.26º | 0.62% | 0.3% | - |
| HSV(B) | 264.26º | 0.76% | 0.48% | - |
| XYZ | 6.33 | 3.5 | 19.08 | - |
| YUV | 51.08 | 168.59 | 139.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 29 | 123 | 0.46 | 0.76 | 0 | 0.52 | 264.26 | 0.62 | 0.3 |
| Hex | 43 | 1D | 7B | 2E | 4C | 0 | 34 | 108 | 3E | 1E |
| Octal | 103 | 35 | 173 | 56 | 114 | 0 | 64 | 410 | 76 | 36 |
| Binary | 1000011 | 11101 | 1111011 | 101110 | 1001100 | 0 | 110100 | 100001000 | 111110 | 11110 |
Color Harmonies of #431D7B
Complementary color
Monochromatic Colors of #431D7B
Black with #431D7B
Text Example
Text Example
White with #431D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431D7B; }
p { color: rgb(67,29,123); }
H1.HeaderClassName
{
color: #431D7B;
}
.AnyTagClassName
{
color: #431D7B;
}
</style>
background-color css
<style>
a { background-color: #431D7B; }
a { background-color: rgb(67,29,123); }
div.DivClassName
{
background-color: #431D7B;
}
.BgClassName
{
background-color: #431D7B;
}
</style>
border-color css
<style>
span { border-color: #431D7B; }
span { border-color: rgb(67,29,123); }
td.TdClassName
{
border-color: #431D7B;
}
.TagClassName
{
border-color: #431D7B;
}
</style>