Shades of Windsor #431C80
Tints of Windsor #431C80
RGB
CMYK
RGB Variations
Color information
#431C80 (or 0x431C80) is known color: Windsor. HEX triplet: 43, 1C and 80. RGB value is (67,28,128). Sum of RGB (Red+Green+Blue) = 67+28+128=223 (29% of max value = 765). Red value is 67 (26.56% from 255 or 30.04% from 223); Green value is 28 (11.33% from 255 or 12.56% from 223); Blue value is 128 (50.39% from 255 or 57.40% from 223); Max value from RGB is 128 - color contains mainly: blue. Hex color #431C80 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #431C80 is #BCE37F. Grayscale: #323232. Windows color (decimal): -12379008 or 8395843. OLE color: 8395843.
HSL color Cylindrical-coordinate representation of color #431C80: hue angle of 263.4º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #431C80 is Cyan = 0.48, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 67 | 28 | 128 | - |
| CMYK | 0.48 | 0.78 | 0 | 0.50 |
| HSL | 263.4º | 0.64% | 0.31% | - |
| HSV(B) | 263.4º | 0.78% | 0.5% | - |
| XYZ | 6.63 | 3.58 | 20.76 | - |
| YUV | 51.06 | 171.42 | 139.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 28 | 128 | 0.48 | 0.78 | 0 | 0.50 | 263.4 | 0.64 | 0.31 |
| Hex | 43 | 1C | 80 | 30 | 4E | 0 | 32 | 107 | 40 | 1F |
| Octal | 103 | 34 | 200 | 60 | 116 | 0 | 62 | 407 | 100 | 37 |
| Binary | 1000011 | 11100 | 10000000 | 110000 | 1001110 | 0 | 110010 | 100000111 | 1000000 | 11111 |
Color Harmonies of #431C80
Complementary color
Monochromatic Colors of #431C80
Black with #431C80
Text Example
Text Example
White with #431C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431C80; }
p { color: rgb(67,28,128); }
H1.HeaderClassName
{
color: #431C80;
}
.AnyTagClassName
{
color: #431C80;
}
</style>
background-color css
<style>
a { background-color: #431C80; }
a { background-color: rgb(67,28,128); }
div.DivClassName
{
background-color: #431C80;
}
.BgClassName
{
background-color: #431C80;
}
</style>
border-color css
<style>
span { border-color: #431C80; }
span { border-color: rgb(67,28,128); }
td.TdClassName
{
border-color: #431C80;
}
.TagClassName
{
border-color: #431C80;
}
</style>