#481B96

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

Shades of Windsor #481B96

Tints of Windsor #481B96

Color information

#481B96 (or 0x481B96) is unknown color: approx Windsor. HEX triplet: 48, 1B and 96. RGB value is (72,27,150). Sum of RGB (Red+Green+Blue) = 72+27+150=249 (32% of max value = 765). Red value is 72 (28.52% from 255 or 28.92% from 249); Green value is 27 (10.94% from 255 or 10.84% from 249); Blue value is 150 (58.98% from 255 or 60.24% from 249); Max value from RGB is 150 - color contains mainly: blue. Hex color #481B96 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #481B96 is #B7E469. Grayscale: #363636. Windows color (decimal): -12051562 or 9837384. OLE color: 9837384.

HSL color Cylindrical-coordinate representation of color #481B96: hue angle of 261.95º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #481B96 is Cyan = 0.52, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB7227150-
CMYK0.520.8200.41
HSL261.95º69.49%34.71%-
HSV(B)261.95º82%58.82%-
XYZ8.574.3629.24-
YUV54.48181.91140.5-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.92%
GREEN value IS 27 (10.94% from 255) = 10.84%
BLUE value IS 150 (58.98% from 255) = 60.24%
R=28.92%
G=10.84%
B=60.24%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal72271500.520.8200.41261.9569.4934.71
Hex481B9634520291064523
Octal110332266412205140610543
Binary10010001101110010110110100101001001010011000001101000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481B96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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