Shades of Windsor #431C74
Tints of Windsor #431C74
RGB
CMYK
RGB Variations
Color information
#431C74 (or 0x431C74) is known color: Windsor. HEX triplet: 43, 1C and 74. RGB value is (67,28,116). Sum of RGB (Red+Green+Blue) = 67+28+116=211 (27% of max value = 765). Red value is 67 (26.56% from 255 or 31.75% from 211); Green value is 28 (11.33% from 255 or 13.27% from 211); Blue value is 116 (45.70% from 255 or 54.98% from 211); Max value from RGB is 116 - color contains mainly: blue. Hex color #431C74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #431C74 is #BCE38B. Grayscale: #313131. Windows color (decimal): -12379020 or 7609411. OLE color: 7609411.
HSL color Cylindrical-coordinate representation of color #431C74: hue angle of 266.59º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #431C74 is Cyan = 0.42, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 67 | 28 | 116 | - |
| CMYK | 0.42 | 0.76 | 0 | 0.55 |
| HSL | 266.59º | 0.61% | 0.28% | - |
| HSV(B) | 266.59º | 0.76% | 0.45% | - |
| XYZ | 5.88 | 3.28 | 16.85 | - |
| YUV | 49.69 | 165.42 | 140.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 28 | 116 | 0.42 | 0.76 | 0 | 0.55 | 266.59 | 0.61 | 0.28 |
| Hex | 43 | 1C | 74 | 2A | 4C | 0 | 37 | 10B | 3D | 1C |
| Octal | 103 | 34 | 164 | 52 | 114 | 0 | 67 | 413 | 75 | 34 |
| Binary | 1000011 | 11100 | 1110100 | 101010 | 1001100 | 0 | 110111 | 100001011 | 111101 | 11100 |
Color Harmonies of #431C74
Complementary color
Monochromatic Colors of #431C74
Black with #431C74
Text Example
Text Example
White with #431C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431C74; }
p { color: rgb(67,28,116); }
H1.HeaderClassName
{
color: #431C74;
}
.AnyTagClassName
{
color: #431C74;
}
</style>
background-color css
<style>
a { background-color: #431C74; }
a { background-color: rgb(67,28,116); }
div.DivClassName
{
background-color: #431C74;
}
.BgClassName
{
background-color: #431C74;
}
</style>
border-color css
<style>
span { border-color: #431C74; }
span { border-color: rgb(67,28,116); }
td.TdClassName
{
border-color: #431C74;
}
.TagClassName
{
border-color: #431C74;
}
</style>