#481980

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

Shades of Windsor #481980

Tints of Windsor #481980

Color information

#481980 (or 0x481980) is unknown color: approx Windsor. HEX triplet: 48, 19 and 80. RGB value is (72,25,128). Sum of RGB (Red+Green+Blue) = 72+25+128=225 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32% from 225); Green value is 25 (10.16% from 255 or 11.11% from 225); Blue value is 128 (50.39% from 255 or 56.89% from 225); Max value from RGB is 128 - color contains mainly: blue. Hex color #481980 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #481980 is #B7E67F. Grayscale: #323232. Windows color (decimal): -12052096 or 8395080. OLE color: 8395080.

HSL color Cylindrical-coordinate representation of color #481980: hue angle of 267.38º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #481980 is Cyan = 0.44, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB7225128-
CMYK0.440.8000.50
HSL267.38º67.32%30%-
HSV(B)267.38º80.47%50.2%-
XYZ6.923.6320.76-
YUV50.79171.57143.12-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32%
GREEN value IS 25 (10.16% from 255) = 11.11%
BLUE value IS 128 (50.39% from 255) = 56.89%
R=32%
G=11.11%
B=56.89%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal72251280.440.8000.50267.3867.3230
Hex4819802C5003210b431e
Octal110312005412006241310336
Binary1001000110011000000010110010100000110010100001011100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481980; }

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

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

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

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

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

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

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

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