#482582

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

Shades of Windsor #482582

Tints of Windsor #482582

Color information

#482582 (or 0x482582) is unknown color: approx Windsor. HEX triplet: 48, 25 and 82. RGB value is (72,37,130). Sum of RGB (Red+Green+Blue) = 72+37+130=239 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.13% from 239); Green value is 37 (14.84% from 255 or 15.48% from 239); Blue value is 130 (51.17% from 255 or 54.39% from 239); Max value from RGB is 130 - color contains mainly: blue. Hex color #482582 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #482582 is #B7DA7D. Grayscale: #393939. Windows color (decimal): -12049022 or 8529224. OLE color: 8529224.

HSL color Cylindrical-coordinate representation of color #482582: hue angle of 262.58º 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 #482582 is Cyan = 0.45, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB7237130-
CMYK0.450.7200.49
HSL262.58º55.69%32.75%-
HSV(B)262.58º71.54%50.98%-
XYZ7.364.3121.56-
YUV58.07168.6137.94-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 30.13%
GREEN value IS 37 (14.84% from 255) = 15.48%
BLUE value IS 130 (51.17% from 255) = 54.39%
R=30.13%
G=15.48%
B=54.39%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal72371300.450.7200.49262.5855.6932.75
Hex4825822D480311073821
Octal11045202551100614077041
Binary10010001001011000001010110110010000110001100000111111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482582; }

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

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

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

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

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

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

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

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