#482981

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

Shades of Windsor #482981

Tints of Windsor #482981

Color information

#482981 (or 0x482981) is unknown color: approx Windsor. HEX triplet: 48, 29 and 81. RGB value is (72,41,129). Sum of RGB (Red+Green+Blue) = 72+41+129=242 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.75% from 242); Green value is 41 (16.41% from 255 or 16.94% from 242); Blue value is 129 (50.78% from 255 or 53.31% from 242); Max value from RGB is 129 - color contains mainly: blue. Hex color #482981 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #482981 is #B7D67E. Grayscale: #3B3B3B. Windows color (decimal): -12047999 or 8464712. OLE color: 8464712.

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

Color convert

RGB7241129-
CMYK0.440.6800.49
HSL261.14º51.76%33.33%-
HSV(B)261.14º68.22%50.59%-
XYZ7.434.5521.26-
YUV60.3166.77136.34-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.75%
GREEN value IS 41 (16.41% from 255) = 16.94%
BLUE value IS 129 (50.78% from 255) = 53.31%
R=29.75%
G=16.94%
B=53.31%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal72411290.440.6800.49261.1451.7633.33
Hex4829812C440311053421
Octal11051201541040614056441
Binary10010001010011000000110110010001000110001100000101110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482981; }

 p { color: rgb(72,41,129); }

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

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

 a { background-color: rgb(72,41,129); }

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

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

 span { border-color: rgb(72,41,129); }

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