#482387

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

Shades of Windsor #482387

Tints of Windsor #482387

Color information

#482387 (or 0x482387) is unknown color: approx Windsor. HEX triplet: 48, 23 and 87. RGB value is (72,35,135). Sum of RGB (Red+Green+Blue) = 72+35+135=242 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.75% from 242); Green value is 35 (14.06% from 255 or 14.46% from 242); Blue value is 135 (53.12% from 255 or 55.79% from 242); Max value from RGB is 135 - color contains mainly: blue. Hex color #482387 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #482387 is #B7DC78. Grayscale: #393939. Windows color (decimal): -12049529 or 8856392. OLE color: 8856392.

HSL color Cylindrical-coordinate representation of color #482387: hue angle of 262.2º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #482387 is Cyan = 0.47, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB7235135-
CMYK0.470.7400.47
HSL262.2º58.82%33.33%-
HSV(B)262.2º74.07%52.94%-
XYZ7.654.3323.35-
YUV57.46171.76138.37-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.75%
GREEN value IS 35 (14.06% from 255) = 14.46%
BLUE value IS 135 (53.12% from 255) = 55.79%
R=29.75%
G=14.46%
B=55.79%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal72351350.470.7400.47262.258.8233.33
Hex4823872F4A02F1063b21
Octal11043207571120574067341
Binary10010001000111000011110111110010100101111100000110111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482387; }

 p { color: rgb(72,35,135); }

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

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

 a { background-color: rgb(72,35,135); }

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

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

 span { border-color: rgb(72,35,135); }

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