#481A8D

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

Shades of Windsor #481A8D

Tints of Windsor #481A8D

Color information

#481A8D (or 0x481A8D) is unknown color: approx Windsor. HEX triplet: 48, 1A and 8D. RGB value is (72,26,141). Sum of RGB (Red+Green+Blue) = 72+26+141=239 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.13% from 239); Green value is 26 (10.55% from 255 or 10.88% from 239); Blue value is 141 (55.47% from 255 or 59.00% from 239); Max value from RGB is 141 - color contains mainly: blue. Hex color #481A8D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #481A8D is #B7E572. Grayscale: #343434. Windows color (decimal): -12051827 or 9247304. OLE color: 9247304.

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

Color convert

RGB7226141-
CMYK0.490.8200.45
HSL264º68.86%32.75%-
HSV(B)264º81.56%55.29%-
XYZ7.854.0425.57-
YUV52.86177.74141.65-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 30.13%
GREEN value IS 26 (10.55% from 255) = 10.88%
BLUE value IS 141 (55.47% from 255) = 59.00%
R=30.13%
G=10.88%
B=59.00%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal72261410.490.8200.4526468.8632.75
Hex481A8D315202D1084521
Octal110322156112205541010541
Binary10010001101010001101110001101001001011011000010001000101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481A8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,26,141); }

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

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

 a { background-color: rgb(72,26,141); }

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

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

 span { border-color: rgb(72,26,141); }

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