#481C91

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

Shades of Windsor #481C91

Tints of Windsor #481C91

Color information

#481C91 (or 0x481C91) is unknown color: approx Windsor. HEX triplet: 48, 1C and 91. RGB value is (72,28,145). Sum of RGB (Red+Green+Blue) = 72+28+145=245 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.39% from 245); Green value is 28 (11.33% from 255 or 11.43% from 245); Blue value is 145 (57.03% from 255 or 59.18% from 245); Max value from RGB is 145 - color contains mainly: blue. Hex color #481C91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #481C91 is #B7E36E. Grayscale: #363636. Windows color (decimal): -12051311 or 9509960. OLE color: 9509960.

HSL color Cylindrical-coordinate representation of color #481C91: hue angle of 262.56º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #481C91 is Cyan = 0.50, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB7228145-
CMYK0.500.8100.43
HSL262.56º67.63%33.92%-
HSV(B)262.56º80.69%56.86%-
XYZ8.24.2527.18-
YUV54.49179.08140.49-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.39%
GREEN value IS 28 (11.33% from 255) = 11.43%
BLUE value IS 145 (57.03% from 255) = 59.18%
R=29.39%
G=11.43%
B=59.18%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal72281450.500.8100.43262.5667.6333.92
Hex481C91325102B1074422
Octal110342216212105340710442
Binary10010001110010010001110010101000101010111000001111000100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481C91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,28,145); }

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

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

 a { background-color: rgb(72,28,145); }

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

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

 span { border-color: rgb(72,28,145); }

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