#482882

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

Shades of Windsor #482882

Tints of Windsor #482882

Color information

#482882 (or 0x482882) is unknown color: approx Windsor. HEX triplet: 48, 28 and 82. RGB value is (72,40,130). Sum of RGB (Red+Green+Blue) = 72+40+130=242 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.75% from 242); Green value is 40 (16.02% from 255 or 16.53% from 242); Blue value is 130 (51.17% from 255 or 53.72% from 242); Max value from RGB is 130 - color contains mainly: blue. Hex color #482882 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #482882 is #B7D77D. Grayscale: #3B3B3B. Windows color (decimal): -12048254 or 8529992. OLE color: 8529992.

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

Color convert

RGB7240130-
CMYK0.450.6900.49
HSL261.33º52.94%33.33%-
HSV(B)261.33º69.23%50.98%-
XYZ7.464.5121.6-
YUV59.83167.6136.68-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.75%
GREEN value IS 40 (16.02% from 255) = 16.53%
BLUE value IS 130 (51.17% from 255) = 53.72%
R=29.75%
G=16.53%
B=53.72%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal72401300.450.6900.49261.3352.9433.33
Hex4828822D450311053521
Octal11050202551050614056541
Binary10010001010001000001010110110001010110001100000101110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482882; }

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

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

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

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

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

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

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

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