Shades of Windsor #412380
Tints of Windsor #412380
RGB
CMYK
RGB Variations
Color information
#412380 (or 0x412380) is known color: Windsor. HEX triplet: 41, 23 and 80. RGB value is (65,35,128). Sum of RGB (Red+Green+Blue) = 65+35+128=228 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.51% from 228); Green value is 35 (14.06% from 255 or 15.35% from 228); Blue value is 128 (50.39% from 255 or 56.14% from 228); Max value from RGB is 128 - color contains mainly: blue. Hex color #412380 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #412380 is #BEDC7F. Grayscale: #363636. Windows color (decimal): -12508288 or 8397633. OLE color: 8397633.
HSL color Cylindrical-coordinate representation of color #412380: hue angle of 259.35º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #412380 is Cyan = 0.49, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 65 | 35 | 128 | - |
| CMYK | 0.49 | 0.73 | 0 | 0.50 |
| HSL | 259.35º | 0.57% | 0.32% | - |
| HSV(B) | 259.35º | 0.73% | 0.5% | - |
| XYZ | 6.68 | 3.88 | 20.82 | - |
| YUV | 54.57 | 169.44 | 135.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 35 | 128 | 0.49 | 0.73 | 0 | 0.50 | 259.35 | 0.57 | 0.32 |
| Hex | 41 | 23 | 80 | 31 | 49 | 0 | 32 | 103 | 39 | 20 |
| Octal | 101 | 43 | 200 | 61 | 111 | 0 | 62 | 403 | 71 | 40 |
| Binary | 1000001 | 100011 | 10000000 | 110001 | 1001001 | 0 | 110010 | 100000011 | 111001 | 100000 |
Color Harmonies of #412380
Complementary color
Monochromatic Colors of #412380
Black with #412380
Text Example
Text Example
White with #412380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412380; }
p { color: rgb(65,35,128); }
H1.HeaderClassName
{
color: #412380;
}
.AnyTagClassName
{
color: #412380;
}
</style>
background-color css
<style>
a { background-color: #412380; }
a { background-color: rgb(65,35,128); }
div.DivClassName
{
background-color: #412380;
}
.BgClassName
{
background-color: #412380;
}
</style>
border-color css
<style>
span { border-color: #412380; }
span { border-color: rgb(65,35,128); }
td.TdClassName
{
border-color: #412380;
}
.TagClassName
{
border-color: #412380;
}
</style>