Shades of Windsor #412A80
Tints of Windsor #412A80
RGB
CMYK
RGB Variations
Color information
#412A80 (or 0x412A80) is known color: Windsor. HEX triplet: 41, 2A and 80. RGB value is (65,42,128). Sum of RGB (Red+Green+Blue) = 65+42+128=235 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.66% from 235); Green value is 42 (16.80% from 255 or 17.87% from 235); Blue value is 128 (50.39% from 255 or 54.47% from 235); Max value from RGB is 128 - color contains mainly: blue. Hex color #412A80 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #412A80 is #BED57F. Grayscale: #3A3A3A. Windows color (decimal): -12506496 or 8399425. OLE color: 8399425.
HSL color Cylindrical-coordinate representation of color #412A80: hue angle of 256.05º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #412A80 is Cyan = 0.49, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 65 | 42 | 128 | - |
| CMYK | 0.49 | 0.67 | 0 | 0.50 |
| HSL | 256.05º | 0.51% | 0.33% | - |
| HSV(B) | 256.05º | 0.67% | 0.5% | - |
| XYZ | 6.9 | 4.34 | 20.9 | - |
| YUV | 58.68 | 167.12 | 132.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 42 | 128 | 0.49 | 0.67 | 0 | 0.50 | 256.05 | 0.51 | 0.33 |
| Hex | 41 | 2A | 80 | 31 | 43 | 0 | 32 | 100 | 33 | 21 |
| Octal | 101 | 52 | 200 | 61 | 103 | 0 | 62 | 400 | 63 | 41 |
| Binary | 1000001 | 101010 | 10000000 | 110001 | 1000011 | 0 | 110010 | 100000000 | 110011 | 100001 |
Color Harmonies of #412A80
Complementary color
Monochromatic Colors of #412A80
Black with #412A80
Text Example
Text Example
White with #412A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412A80; }
p { color: rgb(65,42,128); }
H1.HeaderClassName
{
color: #412A80;
}
.AnyTagClassName
{
color: #412A80;
}
</style>
background-color css
<style>
a { background-color: #412A80; }
a { background-color: rgb(65,42,128); }
div.DivClassName
{
background-color: #412A80;
}
.BgClassName
{
background-color: #412A80;
}
</style>
border-color css
<style>
span { border-color: #412A80; }
span { border-color: rgb(65,42,128); }
td.TdClassName
{
border-color: #412A80;
}
.TagClassName
{
border-color: #412A80;
}
</style>