Shades of Windsor #41228A
Tints of Windsor #41228A
RGB
CMYK
RGB Variations
Color information
#41228A (or 0x41228A) is known color: Windsor. HEX triplet: 41, 22 and 8A. RGB value is (65,34,138). Sum of RGB (Red+Green+Blue) = 65+34+138=237 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.43% from 237); Green value is 34 (13.67% from 255 or 14.35% from 237); Blue value is 138 (54.30% from 255 or 58.23% from 237); Max value from RGB is 138 - color contains mainly: blue. Hex color #41228A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #41228A is #BEDD75. Grayscale: #363636. Windows color (decimal): -12508534 or 9052737. OLE color: 9052737.
HSL color Cylindrical-coordinate representation of color #41228A: hue angle of 257.88º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #41228A is Cyan = 0.53, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 65 | 34 | 138 | - |
| CMYK | 0.53 | 0.75 | 0 | 0.46 |
| HSL | 257.88º | 0.6% | 0.34% | - |
| HSV(B) | 257.88º | 0.75% | 0.54% | - |
| XYZ | 7.34 | 4.1 | 24.45 | - |
| YUV | 55.13 | 174.77 | 135.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 34 | 138 | 0.53 | 0.75 | 0 | 0.46 | 257.88 | 0.6 | 0.34 |
| Hex | 41 | 22 | 8A | 35 | 4B | 0 | 2E | 102 | 3C | 22 |
| Octal | 101 | 42 | 212 | 65 | 113 | 0 | 56 | 402 | 74 | 42 |
| Binary | 1000001 | 100010 | 10001010 | 110101 | 1001011 | 0 | 101110 | 100000010 | 111100 | 100010 |
Color Harmonies of #41228A
Complementary color
Monochromatic Colors of #41228A
Black with #41228A
Text Example
Text Example
White with #41228A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41228A; }
p { color: rgb(65,34,138); }
H1.HeaderClassName
{
color: #41228A;
}
.AnyTagClassName
{
color: #41228A;
}
</style>
background-color css
<style>
a { background-color: #41228A; }
a { background-color: rgb(65,34,138); }
div.DivClassName
{
background-color: #41228A;
}
.BgClassName
{
background-color: #41228A;
}
</style>
border-color css
<style>
span { border-color: #41228A; }
span { border-color: rgb(65,34,138); }
td.TdClassName
{
border-color: #41228A;
}
.TagClassName
{
border-color: #41228A;
}
</style>