#482081

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

Shades of Windsor #482081

Tints of Windsor #482081

Color information

#482081 (or 0x482081) is unknown color: approx Windsor. HEX triplet: 48, 20 and 81. RGB value is (72,32,129). Sum of RGB (Red+Green+Blue) = 72+32+129=233 (30% of max value = 765). Red value is 72 (28.52% from 255 or 30.90% from 233); Green value is 32 (12.89% from 255 or 13.73% from 233); Blue value is 129 (50.78% from 255 or 55.36% from 233); Max value from RGB is 129 - color contains mainly: blue. Hex color #482081 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #482081 is #B7DF7E. Grayscale: #363636. Windows color (decimal): -12050303 or 8462408. OLE color: 8462408.

HSL color Cylindrical-coordinate representation of color #482081: hue angle of 264.74º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #482081 is Cyan = 0.44, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB7232129-
CMYK0.440.7500.49
HSL264.74º60.25%31.57%-
HSV(B)264.74º75.19%50.59%-
XYZ7.15421.16-
YUV55.02169.75140.11-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 30.90%
GREEN value IS 32 (12.89% from 255) = 13.73%
BLUE value IS 129 (50.78% from 255) = 55.36%
R=30.90%
G=13.73%
B=55.36%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal72321290.440.7500.49264.7460.2531.57
Hex4820812C4B0311093c20
Octal11040201541130614117440
Binary10010001000001000000110110010010110110001100001001111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482081; }

 p { color: rgb(72,32,129); }

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

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

 a { background-color: rgb(72,32,129); }

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

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

 span { border-color: rgb(72,32,129); }

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