#482080

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

Shades of Windsor #482080

Tints of Windsor #482080

Color information

#482080 (or 0x482080) is unknown color: approx Windsor. HEX triplet: 48, 20 and 80. RGB value is (72,32,128). Sum of RGB (Red+Green+Blue) = 72+32+128=232 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.03% from 232); Green value is 32 (12.89% from 255 or 13.79% from 232); Blue value is 128 (50.39% from 255 or 55.17% from 232); Max value from RGB is 128 - color contains mainly: blue. Hex color #482080 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #482080 is #B7DF7F. Grayscale: #363636. Windows color (decimal): -12050304 or 8396872. OLE color: 8396872.

HSL color Cylindrical-coordinate representation of color #482080: hue angle of 265º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #482080 is Cyan = 0.44, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB7232128-
CMYK0.440.7500.50
HSL265º60%31.37%-
HSV(B)265º75%50.2%-
XYZ7.093.9720.81-
YUV54.9169.25140.19-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 31.03%
GREEN value IS 32 (12.89% from 255) = 13.79%
BLUE value IS 128 (50.39% from 255) = 55.17%
R=31.03%
G=13.79%
B=55.17%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal72321280.440.7500.502656031.37
Hex4820802C4B0321093c1f
Octal11040200541130624117437
Binary1001000100000100000001011001001011011001010000100111110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482080; }

 p { color: rgb(72,32,128); }

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

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

 a { background-color: rgb(72,32,128); }

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

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

 span { border-color: rgb(72,32,128); }

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