Shades of Windsor #431E90
Tints of Windsor #431E90
RGB
CMYK
RGB Variations
Color information
#431E90 (or 0x431E90) is known color: Windsor. HEX triplet: 43, 1E and 90. RGB value is (67,30,144). Sum of RGB (Red+Green+Blue) = 67+30+144=241 (31% of max value = 765). Red value is 67 (26.56% from 255 or 27.80% from 241); Green value is 30 (12.11% from 255 or 12.45% from 241); Blue value is 144 (56.64% from 255 or 59.75% from 241); Max value from RGB is 144 - color contains mainly: blue. Hex color #431E90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #431E90 is #BCE16F. Grayscale: #353535. Windows color (decimal): -12378480 or 9444931. OLE color: 9444931.
HSL color Cylindrical-coordinate representation of color #431E90: hue angle of 259.47º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #431E90 is Cyan = 0.53, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 67 | 30 | 144 | - |
| CMYK | 0.53 | 0.79 | 0 | 0.44 |
| HSL | 259.47º | 0.66% | 0.34% | - |
| HSV(B) | 259.47º | 0.79% | 0.56% | - |
| XYZ | 7.81 | 4.14 | 26.77 | - |
| YUV | 54.06 | 178.76 | 137.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 30 | 144 | 0.53 | 0.79 | 0 | 0.44 | 259.47 | 0.66 | 0.34 |
| Hex | 43 | 1E | 90 | 35 | 4F | 0 | 2C | 103 | 42 | 22 |
| Octal | 103 | 36 | 220 | 65 | 117 | 0 | 54 | 403 | 102 | 42 |
| Binary | 1000011 | 11110 | 10010000 | 110101 | 1001111 | 0 | 101100 | 100000011 | 1000010 | 100010 |
Color Harmonies of #431E90
Complementary color
Monochromatic Colors of #431E90
Black with #431E90
Text Example
Text Example
White with #431E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431E90; }
p { color: rgb(67,30,144); }
H1.HeaderClassName
{
color: #431E90;
}
.AnyTagClassName
{
color: #431E90;
}
</style>
background-color css
<style>
a { background-color: #431E90; }
a { background-color: rgb(67,30,144); }
div.DivClassName
{
background-color: #431E90;
}
.BgClassName
{
background-color: #431E90;
}
</style>
border-color css
<style>
span { border-color: #431E90; }
span { border-color: rgb(67,30,144); }
td.TdClassName
{
border-color: #431E90;
}
.TagClassName
{
border-color: #431E90;
}
</style>