#452083

Color #452083 Windsor (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Windsor #452083

Tints of Windsor #452083

Color information

#452083 (or 0x452083) is unknown color: approx Windsor. HEX triplet: 45, 20 and 83. RGB value is (69,32,131). Sum of RGB (Red+Green+Blue) = 69+32+131=232 (30% of max value = 765). Red value is 69 (27.34% from 255 or 29.74% from 232); Green value is 32 (12.89% from 255 or 13.79% from 232); Blue value is 131 (51.56% from 255 or 56.47% from 232); Max value from RGB is 131 - color contains mainly: blue. Hex color #452083 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #452083 is #BADF7C. Grayscale: #353535. Windows color (decimal): -12246909 or 8593477. OLE color: 8593477.

HSL color Cylindrical-coordinate representation of color #452083: hue angle of 262.42º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #452083 is Cyan = 0.47, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB6932131-
CMYK0.470.7600.49
HSL262.42º60.74%31.96%-
HSV(B)262.42º75.57%51.37%-
XYZ7.073.9421.86-
YUV54.35171.26138.45-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 69 (27.34% from 255) = 29.74%
GREEN value IS 32 (12.89% from 255) = 13.79%
BLUE value IS 131 (51.56% from 255) = 56.47%
R=29.74%
G=13.79%
B=56.47%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal69321310.470.7600.49262.4260.7431.96
Hex4520832F4C0311063d20
Octal10540203571140614067540
Binary10001011000001000001110111110011000110001100000110111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #452083; }

 p { color: rgb(69,32,131); }

 H1.HeaderClassName
 {
   color: #452083;
 }
 .AnyTagClassName
 {
   color: #452083;
 }
</style>
background-color css

<style>
 a { background-color: #452083; }

 a { background-color: rgb(69,32,131); }

 div.DivClassName
 {
   background-color: #452083;
 }
 .BgClassName
 {
   background-color: #452083;
 }
</style>
border-color css

<style>
 span { border-color: #452083; }

 span { border-color: rgb(69,32,131); }

 td.TdClassName
 {
   border-color: #452083;
 }
 .TagClassName
 {
   border-color: #452083;
 }
</style>