#452584

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

Shades of Windsor #452584

Tints of Windsor #452584

Color information

#452584 (or 0x452584) is unknown color: approx Windsor. HEX triplet: 45, 25 and 84. RGB value is (69,37,132). Sum of RGB (Red+Green+Blue) = 69+37+132=238 (31% of max value = 765). Red value is 69 (27.34% from 255 or 28.99% from 238); Green value is 37 (14.84% from 255 or 15.55% from 238); Blue value is 132 (51.95% from 255 or 55.46% from 238); Max value from RGB is 132 - color contains mainly: blue. Hex color #452584 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #452584 is #BADA7B. Grayscale: #393939. Windows color (decimal): -12245628 or 8660293. OLE color: 8660293.

HSL color Cylindrical-coordinate representation of color #452584: hue angle of 260.21º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #452584 is Cyan = 0.48, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB6937132-
CMYK0.480.7200.48
HSL260.21º56.21%33.14%-
HSV(B)260.21º71.97%51.76%-
XYZ7.284.2522.27-
YUV57.4170.1136.28-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 28.99%
GREEN value IS 37 (14.84% from 255) = 15.55%
BLUE value IS 132 (51.95% from 255) = 55.46%
R=28.99%
G=15.55%
B=55.46%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal69371320.480.7200.48260.2156.2133.14
Hex45258430480301043821
Octal10545204601100604047041
Binary10001011001011000010011000010010000110000100000100111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #452584; }

 p { color: rgb(69,37,132); }

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

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

 a { background-color: rgb(69,37,132); }

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

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

 span { border-color: rgb(69,37,132); }

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