Shades of Windsor #453183
Tints of Windsor #453183
RGB
CMYK
RGB Variations
Color information
#453183 (or 0x453183) is known color: Windsor. HEX triplet: 45, 31 and 83. RGB value is (69,49,131). Sum of RGB (Red+Green+Blue) = 69+49+131=249 (32% of max value = 765). Red value is 69 (27.34% from 255 or 27.71% from 249); Green value is 49 (19.53% from 255 or 19.68% from 249); Blue value is 131 (51.56% from 255 or 52.61% from 249); Max value from RGB is 131 - color contains mainly: blue. Hex color #453183 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453183 is #BACE7C. Grayscale: #404040. Windows color (decimal): -12242557 or 8597829. OLE color: 8597829.
HSL color Cylindrical-coordinate representation of color #453183: hue angle of 254.63º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #453183 is Cyan = 0.47, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 69 | 49 | 131 | - |
| CMYK | 0.47 | 0.63 | 0 | 0.49 |
| HSL | 254.63º | 0.46% | 0.35% | - |
| HSV(B) | 254.63º | 0.63% | 0.51% | - |
| XYZ | 7.65 | 5.1 | 22.05 | - |
| YUV | 64.33 | 165.63 | 131.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 49 | 131 | 0.47 | 0.63 | 0 | 0.49 | 254.63 | 0.46 | 0.35 |
| Hex | 45 | 31 | 83 | 2F | 3F | 0 | 31 | FF | 2E | 23 |
| Octal | 105 | 61 | 203 | 57 | 77 | 0 | 61 | 377 | 56 | 43 |
| Binary | 1000101 | 110001 | 10000011 | 101111 | 111111 | 0 | 110001 | 11111111 | 101110 | 100011 |
Color Harmonies of #453183
Complementary color
Monochromatic Colors of #453183
Black with #453183
Text Example
Text Example
White with #453183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453183; }
p { color: rgb(69,49,131); }
H1.HeaderClassName
{
color: #453183;
}
.AnyTagClassName
{
color: #453183;
}
</style>
background-color css
<style>
a { background-color: #453183; }
a { background-color: rgb(69,49,131); }
div.DivClassName
{
background-color: #453183;
}
.BgClassName
{
background-color: #453183;
}
</style>
border-color css
<style>
span { border-color: #453183; }
span { border-color: rgb(69,49,131); }
td.TdClassName
{
border-color: #453183;
}
.TagClassName
{
border-color: #453183;
}
</style>