#481f80

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

Shades of Windsor #481F80

Tints of Windsor #481F80

Color information

#481F80 (or 0x481F80) is unknown color: approx Windsor. HEX triplet: 48, 1F and 80. RGB value is (72,31,128). Sum of RGB (Red+Green+Blue) = 72+31+128=231 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.17% from 231); Green value is 31 (12.5% from 255 or 13.42% from 231); Blue value is 128 (50.39% from 255 or 55.41% from 231); Max value from RGB is 128 - color contains mainly: blue. Hex color #481F80 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #481F80 is #B7E07F. Grayscale: #353535. Windows color (decimal): -12050560 or 8396616. OLE color: 8396616.

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

Color convert

RGB7231128-
CMYK0.440.7600.50
HSL265.36º61.01%31.18%-
HSV(B)265.36º75.78%50.2%-
XYZ7.063.9220.81-
YUV54.32169.58140.61-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 31.17%
GREEN value IS 31 (12.5% from 255) = 13.42%
BLUE value IS 128 (50.39% from 255) = 55.41%
R=31.17%
G=13.42%
B=55.41%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal72311280.440.7600.50265.3661.0131.18
Hex481F802C4C0321093d1f
Octal11037200541140624117537
Binary100100011111100000001011001001100011001010000100111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481f80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481f80; }

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

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

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

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

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

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

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

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