Shades of Windsor #452283
Tints of Windsor #452283
RGB
CMYK
RGB Variations
Color information
#452283 (or 0x452283) is known color: Windsor. HEX triplet: 45, 22 and 83. RGB value is (69,34,131). Sum of RGB (Red+Green+Blue) = 69+34+131=234 (30% of max value = 765). Red value is 69 (27.34% from 255 or 29.49% from 234); Green value is 34 (13.67% from 255 or 14.53% from 234); Blue value is 131 (51.56% from 255 or 55.98% from 234); Max value from RGB is 131 - color contains mainly: blue. Hex color #452283 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #452283 is #BADD7C. Grayscale: #373737. Windows color (decimal): -12246397 or 8593989. OLE color: 8593989.
HSL color Cylindrical-coordinate representation of color #452283: hue angle of 261.65º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #452283 is Cyan = 0.47, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 69 | 34 | 131 | - |
| CMYK | 0.47 | 0.74 | 0 | 0.49 |
| HSL | 261.65º | 0.59% | 0.32% | - |
| HSV(B) | 261.65º | 0.74% | 0.51% | - |
| XYZ | 7.12 | 4.05 | 21.88 | - |
| YUV | 55.52 | 170.6 | 137.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 34 | 131 | 0.47 | 0.74 | 0 | 0.49 | 261.65 | 0.59 | 0.32 |
| Hex | 45 | 22 | 83 | 2F | 4A | 0 | 31 | 106 | 3B | 20 |
| Octal | 105 | 42 | 203 | 57 | 112 | 0 | 61 | 406 | 73 | 40 |
| Binary | 1000101 | 100010 | 10000011 | 101111 | 1001010 | 0 | 110001 | 100000110 | 111011 | 100000 |
Color Harmonies of #452283
Complementary color
Monochromatic Colors of #452283
Black with #452283
Text Example
Text Example
White with #452283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452283; }
p { color: rgb(69,34,131); }
H1.HeaderClassName
{
color: #452283;
}
.AnyTagClassName
{
color: #452283;
}
</style>
background-color css
<style>
a { background-color: #452283; }
a { background-color: rgb(69,34,131); }
div.DivClassName
{
background-color: #452283;
}
.BgClassName
{
background-color: #452283;
}
</style>
border-color css
<style>
span { border-color: #452283; }
span { border-color: rgb(69,34,131); }
td.TdClassName
{
border-color: #452283;
}
.TagClassName
{
border-color: #452283;
}
</style>