Shades of Windsor #452275
Tints of Windsor #452275
RGB
CMYK
RGB Variations
Color information
#452275 (or 0x452275) is known color: Windsor. HEX triplet: 45, 22 and 75. RGB value is (69,34,117). Sum of RGB (Red+Green+Blue) = 69+34+117=220 (29% of max value = 765). Red value is 69 (27.34% from 255 or 31.36% from 220); Green value is 34 (13.67% from 255 or 15.45% from 220); Blue value is 117 (46.09% from 255 or 53.18% from 220); Max value from RGB is 117 - color contains mainly: blue. Hex color #452275 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452275 is #BADD8A. Grayscale: #353535. Windows color (decimal): -12246411 or 7676485. OLE color: 7676485.
HSL color Cylindrical-coordinate representation of color #452275: hue angle of 265.3º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #452275 is Cyan = 0.41, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 69 | 34 | 117 | - |
| CMYK | 0.41 | 0.71 | 0 | 0.54 |
| HSL | 265.3º | 0.55% | 0.3% | - |
| HSV(B) | 265.3º | 0.71% | 0.46% | - |
| XYZ | 6.24 | 3.69 | 17.21 | - |
| YUV | 53.93 | 163.6 | 138.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 34 | 117 | 0.41 | 0.71 | 0 | 0.54 | 265.3 | 0.55 | 0.3 |
| Hex | 45 | 22 | 75 | 29 | 47 | 0 | 36 | 109 | 37 | 1E |
| Octal | 105 | 42 | 165 | 51 | 107 | 0 | 66 | 411 | 67 | 36 |
| Binary | 1000101 | 100010 | 1110101 | 101001 | 1000111 | 0 | 110110 | 100001001 | 110111 | 11110 |
Color Harmonies of #452275
Complementary color
Monochromatic Colors of #452275
Black with #452275
Text Example
Text Example
White with #452275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452275; }
p { color: rgb(69,34,117); }
H1.HeaderClassName
{
color: #452275;
}
.AnyTagClassName
{
color: #452275;
}
</style>
background-color css
<style>
a { background-color: #452275; }
a { background-color: rgb(69,34,117); }
div.DivClassName
{
background-color: #452275;
}
.BgClassName
{
background-color: #452275;
}
</style>
border-color css
<style>
span { border-color: #452275; }
span { border-color: rgb(69,34,117); }
td.TdClassName
{
border-color: #452275;
}
.TagClassName
{
border-color: #452275;
}
</style>