Shades of Windsor #412882
Tints of Windsor #412882
RGB
CMYK
RGB Variations
Color information
#412882 (or 0x412882) is known color: Windsor. HEX triplet: 41, 28 and 82. RGB value is (65,40,130). Sum of RGB (Red+Green+Blue) = 65+40+130=235 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.66% from 235); Green value is 40 (16.02% from 255 or 17.02% from 235); Blue value is 130 (51.17% from 255 or 55.32% from 235); Max value from RGB is 130 - color contains mainly: blue. Hex color #412882 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #412882 is #BED77D. Grayscale: #393939. Windows color (decimal): -12507006 or 8529985. OLE color: 8529985.
HSL color Cylindrical-coordinate representation of color #412882: hue angle of 256.67º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #412882 is Cyan = 0.50, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 65 | 40 | 130 | - |
| CMYK | 0.50 | 0.69 | 0 | 0.49 |
| HSL | 256.67º | 0.53% | 0.33% | - |
| HSV(B) | 256.67º | 0.69% | 0.51% | - |
| XYZ | 6.97 | 4.25 | 21.57 | - |
| YUV | 57.74 | 168.78 | 133.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 40 | 130 | 0.50 | 0.69 | 0 | 0.49 | 256.67 | 0.53 | 0.33 |
| Hex | 41 | 28 | 82 | 32 | 45 | 0 | 31 | 101 | 35 | 21 |
| Octal | 101 | 50 | 202 | 62 | 105 | 0 | 61 | 401 | 65 | 41 |
| Binary | 1000001 | 101000 | 10000010 | 110010 | 1000101 | 0 | 110001 | 100000001 | 110101 | 100001 |
Color Harmonies of #412882
Complementary color
Monochromatic Colors of #412882
Black with #412882
Text Example
Text Example
White with #412882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412882; }
p { color: rgb(65,40,130); }
H1.HeaderClassName
{
color: #412882;
}
.AnyTagClassName
{
color: #412882;
}
</style>
background-color css
<style>
a { background-color: #412882; }
a { background-color: rgb(65,40,130); }
div.DivClassName
{
background-color: #412882;
}
.BgClassName
{
background-color: #412882;
}
</style>
border-color css
<style>
span { border-color: #412882; }
span { border-color: rgb(65,40,130); }
td.TdClassName
{
border-color: #412882;
}
.TagClassName
{
border-color: #412882;
}
</style>