#492582

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

Shades of Windsor #492582

Tints of Windsor #492582

Color information

#492582 (or 0x492582) is unknown color: approx Windsor. HEX triplet: 49, 25 and 82. RGB value is (73,37,130). Sum of RGB (Red+Green+Blue) = 73+37+130=240 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.42% from 240); Green value is 37 (14.84% from 255 or 15.42% from 240); Blue value is 130 (51.17% from 255 or 54.17% from 240); Max value from RGB is 130 - color contains mainly: blue. Hex color #492582 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #492582 is #B6DA7D. Grayscale: #3A3A3A. Windows color (decimal): -11983486 or 8529225. OLE color: 8529225.

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

Color convert

RGB7337130-
CMYK0.440.7200.49
HSL263.23º55.69%32.75%-
HSV(B)263.23º71.54%50.98%-
XYZ7.444.3521.57-
YUV58.37168.43138.44-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.42%
GREEN value IS 37 (14.84% from 255) = 15.42%
BLUE value IS 130 (51.17% from 255) = 54.17%
R=30.42%
G=15.42%
B=54.17%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal73371300.440.7200.49263.2355.6932.75
Hex4925822C480311073821
Octal11145202541100614077041
Binary10010011001011000001010110010010000110001100000111111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492582; }

 p { color: rgb(73,37,130); }

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

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

 a { background-color: rgb(73,37,130); }

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

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

 span { border-color: rgb(73,37,130); }

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