#483181

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

Shades of Windsor #483181

Tints of Windsor #483181

Color information

#483181 (or 0x483181) is unknown color: approx Windsor. HEX triplet: 48, 31 and 81. RGB value is (72,49,129). Sum of RGB (Red+Green+Blue) = 72+49+129=250 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.8% from 250); Green value is 49 (19.53% from 255 or 19.6% from 250); Blue value is 129 (50.78% from 255 or 51.6% from 250); Max value from RGB is 129 - color contains mainly: blue. Hex color #483181 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #483181 is #B7CE7E. Grayscale: #404040. Windows color (decimal): -12045951 or 8466760. OLE color: 8466760.

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

Color convert

RGB7249129-
CMYK0.440.6200.49
HSL257.25º44.94%34.9%-
HSV(B)257.25º62.02%50.59%-
XYZ7.735.1621.36-
YUV65164.12133-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.8%
GREEN value IS 49 (19.53% from 255) = 19.6%
BLUE value IS 129 (50.78% from 255) = 51.6%
R=28.8%
G=19.6%
B=51.6%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal72491290.440.6200.49257.2544.9434.9
Hex4831812C3E0311012d23
Octal1106120154760614015543
Binary1001000110001100000011011001111100110001100000001101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483181; }

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

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

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

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

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

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

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

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