Shades of Windsor #431C75
Tints of Windsor #431C75
RGB
CMYK
RGB Variations
Color information
#431C75 (or 0x431C75) is known color: Windsor. HEX triplet: 43, 1C and 75. RGB value is (67,28,117). Sum of RGB (Red+Green+Blue) = 67+28+117=212 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.60% from 212); Green value is 28 (11.33% from 255 or 13.21% from 212); Blue value is 117 (46.09% from 255 or 55.19% from 212); Max value from RGB is 117 - color contains mainly: blue. Hex color #431C75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #431C75 is #BCE38A. Grayscale: #313131. Windows color (decimal): -12379019 or 7674947. OLE color: 7674947.
HSL color Cylindrical-coordinate representation of color #431C75: hue angle of 266.29º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #431C75 is Cyan = 0.43, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 67 | 28 | 117 | - |
| CMYK | 0.43 | 0.76 | 0 | 0.54 |
| HSL | 266.29º | 0.61% | 0.28% | - |
| HSV(B) | 266.29º | 0.76% | 0.46% | - |
| XYZ | 5.94 | 3.31 | 17.16 | - |
| YUV | 49.81 | 165.92 | 140.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 28 | 117 | 0.43 | 0.76 | 0 | 0.54 | 266.29 | 0.61 | 0.28 |
| Hex | 43 | 1C | 75 | 2B | 4C | 0 | 36 | 10A | 3D | 1C |
| Octal | 103 | 34 | 165 | 53 | 114 | 0 | 66 | 412 | 75 | 34 |
| Binary | 1000011 | 11100 | 1110101 | 101011 | 1001100 | 0 | 110110 | 100001010 | 111101 | 11100 |
Color Harmonies of #431C75
Complementary color
Monochromatic Colors of #431C75
Black with #431C75
Text Example
Text Example
White with #431C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431C75; }
p { color: rgb(67,28,117); }
H1.HeaderClassName
{
color: #431C75;
}
.AnyTagClassName
{
color: #431C75;
}
</style>
background-color css
<style>
a { background-color: #431C75; }
a { background-color: rgb(67,28,117); }
div.DivClassName
{
background-color: #431C75;
}
.BgClassName
{
background-color: #431C75;
}
</style>
border-color css
<style>
span { border-color: #431C75; }
span { border-color: rgb(67,28,117); }
td.TdClassName
{
border-color: #431C75;
}
.TagClassName
{
border-color: #431C75;
}
</style>