Shades of Windsor #431A76
Tints of Windsor #431A76
RGB
CMYK
RGB Variations
Color information
#431A76 (or 0x431A76) is known color: Windsor. HEX triplet: 43, 1A and 76. RGB value is (67,26,118). Sum of RGB (Red+Green+Blue) = 67+26+118=211 (27% of max value = 765). Red value is 67 (26.56% from 255 or 31.75% from 211); Green value is 26 (10.55% from 255 or 12.32% from 211); Blue value is 118 (46.48% from 255 or 55.92% from 211); Max value from RGB is 118 - color contains mainly: blue. Hex color #431A76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #431A76 is #BCE589. Grayscale: #303030. Windows color (decimal): -12379530 or 7739971. OLE color: 7739971.
HSL color Cylindrical-coordinate representation of color #431A76: hue angle of 266.74º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #431A76 is Cyan = 0.43, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 67 | 26 | 118 | - |
| CMYK | 0.43 | 0.78 | 0 | 0.54 |
| HSL | 266.74º | 0.64% | 0.28% | - |
| HSV(B) | 266.74º | 0.78% | 0.46% | - |
| XYZ | 5.95 | 3.24 | 17.45 | - |
| YUV | 48.75 | 167.08 | 141.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 26 | 118 | 0.43 | 0.78 | 0 | 0.54 | 266.74 | 0.64 | 0.28 |
| Hex | 43 | 1A | 76 | 2B | 4E | 0 | 36 | 10B | 40 | 1C |
| Octal | 103 | 32 | 166 | 53 | 116 | 0 | 66 | 413 | 100 | 34 |
| Binary | 1000011 | 11010 | 1110110 | 101011 | 1001110 | 0 | 110110 | 100001011 | 1000000 | 11100 |
Color Harmonies of #431A76
Complementary color
Monochromatic Colors of #431A76
Black with #431A76
Text Example
Text Example
White with #431A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431A76; }
p { color: rgb(67,26,118); }
H1.HeaderClassName
{
color: #431A76;
}
.AnyTagClassName
{
color: #431A76;
}
</style>
background-color css
<style>
a { background-color: #431A76; }
a { background-color: rgb(67,26,118); }
div.DivClassName
{
background-color: #431A76;
}
.BgClassName
{
background-color: #431A76;
}
</style>
border-color css
<style>
span { border-color: #431A76; }
span { border-color: rgb(67,26,118); }
td.TdClassName
{
border-color: #431A76;
}
.TagClassName
{
border-color: #431A76;
}
</style>