#483580

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

Shades of Windsor #483580

Tints of Windsor #483580

Color information

#483580 (or 0x483580) is unknown color: approx Windsor. HEX triplet: 48, 35 and 80. RGB value is (72,53,128). Sum of RGB (Red+Green+Blue) = 72+53+128=253 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.46% from 253); Green value is 53 (21.09% from 255 or 20.95% from 253); Blue value is 128 (50.39% from 255 or 50.59% from 253); Max value from RGB is 128 - color contains mainly: blue. Hex color #483580 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #483580 is #B7CA7F. Grayscale: #424242. Windows color (decimal): -12044928 or 8402248. OLE color: 8402248.

HSL color Cylindrical-coordinate representation of color #483580: hue angle of 255.2º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #483580 is Cyan = 0.44, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB7253128-
CMYK0.440.5900.50
HSL255.2º41.44%35.49%-
HSV(B)255.2º58.59%50.2%-
XYZ7.845.4821.07-
YUV67.23162.29131.4-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.46%
GREEN value IS 53 (21.09% from 255) = 20.95%
BLUE value IS 128 (50.39% from 255) = 50.59%
R=28.46%
G=20.95%
B=50.59%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal72531280.440.5900.50255.241.4435.49
Hex4835802C3B032ff2923
Octal1106520054730623775143
Binary100100011010110000000101100111011011001011111111101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483580; }

 p { color: rgb(72,53,128); }

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

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

 a { background-color: rgb(72,53,128); }

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

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

 span { border-color: rgb(72,53,128); }

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