#482181

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

Shades of Windsor #482181

Tints of Windsor #482181

Color information

#482181 (or 0x482181) is unknown color: approx Windsor. HEX triplet: 48, 21 and 81. RGB value is (72,33,129). Sum of RGB (Red+Green+Blue) = 72+33+129=234 (30% of max value = 765). Red value is 72 (28.52% from 255 or 30.77% from 234); Green value is 33 (13.28% from 255 or 14.10% from 234); Blue value is 129 (50.78% from 255 or 55.13% from 234); Max value from RGB is 129 - color contains mainly: blue. Hex color #482181 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #482181 is #B7DE7E. Grayscale: #373737. Windows color (decimal): -12050047 or 8462664. OLE color: 8462664.

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

Color convert

RGB7233129-
CMYK0.440.7400.49
HSL264.38º59.26%31.76%-
HSV(B)264.38º74.42%50.59%-
XYZ7.184.0521.17-
YUV55.6169.42139.69-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 30.77%
GREEN value IS 33 (13.28% from 255) = 14.10%
BLUE value IS 129 (50.78% from 255) = 55.13%
R=30.77%
G=14.10%
B=55.13%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal72331290.440.7400.49264.3859.2631.76
Hex4821812C4A0311083b20
Octal11041201541120614107340
Binary10010001000011000000110110010010100110001100001000111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482181; }

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

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

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

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

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

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

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

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