#481B88

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

Shades of Windsor #481B88

Tints of Windsor #481B88

Color information

#481B88 (or 0x481B88) is unknown color: approx Windsor. HEX triplet: 48, 1B and 88. RGB value is (72,27,136). Sum of RGB (Red+Green+Blue) = 72+27+136=235 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.64% from 235); Green value is 27 (10.94% from 255 or 11.49% from 235); Blue value is 136 (53.52% from 255 or 57.87% from 235); Max value from RGB is 136 - color contains mainly: blue. Hex color #481B88 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #481B88 is #B7E477. Grayscale: #343434. Windows color (decimal): -12051576 or 8919880. OLE color: 8919880.

HSL color Cylindrical-coordinate representation of color #481B88: hue angle of 264.77º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #481B88 is Cyan = 0.47, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB7227136-
CMYK0.470.8000.47
HSL264.77º66.87%31.96%-
HSV(B)264.77º80.15%53.33%-
XYZ7.513.9423.66-
YUV52.88174.91141.64-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 30.64%
GREEN value IS 27 (10.94% from 255) = 11.49%
BLUE value IS 136 (53.52% from 255) = 57.87%
R=30.64%
G=11.49%
B=57.87%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal72271360.470.8000.47264.7766.8731.96
Hex481B882F5002F1094320
Octal110332105712005741110340
Binary10010001101110001000101111101000001011111000010011000011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481B88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,27,136); }

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

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

 a { background-color: rgb(72,27,136); }

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

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

 span { border-color: rgb(72,27,136); }

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