Shades of Windsor #431A74
Tints of Windsor #431A74
RGB
CMYK
RGB Variations
Color information
#431A74 (or 0x431A74) is known color: Windsor. HEX triplet: 43, 1A and 74. RGB value is (67,26,116). Sum of RGB (Red+Green+Blue) = 67+26+116=209 (27% of max value = 765). Red value is 67 (26.56% from 255 or 32.06% from 209); Green value is 26 (10.55% from 255 or 12.44% from 209); Blue value is 116 (45.70% from 255 or 55.50% from 209); Max value from RGB is 116 - color contains mainly: blue. Hex color #431A74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #431A74 is #BCE58B. Grayscale: #303030. Windows color (decimal): -12379532 or 7608899. OLE color: 7608899.
HSL color Cylindrical-coordinate representation of color #431A74: hue angle of 267.33º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #431A74 is Cyan = 0.42, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 67 | 26 | 116 | - |
| CMYK | 0.42 | 0.78 | 0 | 0.55 |
| HSL | 267.33º | 0.63% | 0.28% | - |
| HSV(B) | 267.33º | 0.78% | 0.45% | - |
| XYZ | 5.84 | 3.19 | 16.83 | - |
| YUV | 48.52 | 166.08 | 141.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 26 | 116 | 0.42 | 0.78 | 0 | 0.55 | 267.33 | 0.63 | 0.28 |
| Hex | 43 | 1A | 74 | 2A | 4E | 0 | 37 | 10B | 3F | 1C |
| Octal | 103 | 32 | 164 | 52 | 116 | 0 | 67 | 413 | 77 | 34 |
| Binary | 1000011 | 11010 | 1110100 | 101010 | 1001110 | 0 | 110111 | 100001011 | 111111 | 11100 |
Color Harmonies of #431A74
Complementary color
Monochromatic Colors of #431A74
Black with #431A74
Text Example
Text Example
White with #431A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431A74; }
p { color: rgb(67,26,116); }
H1.HeaderClassName
{
color: #431A74;
}
.AnyTagClassName
{
color: #431A74;
}
</style>
background-color css
<style>
a { background-color: #431A74; }
a { background-color: rgb(67,26,116); }
div.DivClassName
{
background-color: #431A74;
}
.BgClassName
{
background-color: #431A74;
}
</style>
border-color css
<style>
span { border-color: #431A74; }
span { border-color: rgb(67,26,116); }
td.TdClassName
{
border-color: #431A74;
}
.TagClassName
{
border-color: #431A74;
}
</style>