#48317A

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

Shades of Windsor #48317A

Tints of Windsor #48317A

Color information

#48317A (or 0x48317A) is unknown color: approx Windsor. HEX triplet: 48, 31 and 7A. RGB value is (72,49,122). Sum of RGB (Red+Green+Blue) = 72+49+122=243 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.63% from 243); Green value is 49 (19.53% from 255 or 20.16% from 243); Blue value is 122 (48.05% from 255 or 50.21% from 243); Max value from RGB is 122 - color contains mainly: blue. Hex color #48317A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48317A is #B7CE85. Grayscale: #3F3F3F. Windows color (decimal): -12045958 or 8008008. OLE color: 8008008.

HSL color Cylindrical-coordinate representation of color #48317A: hue angle of 258.9º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #48317A is Cyan = 0.41, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB7249122-
CMYK0.410.6000.52
HSL258.9º42.69%33.53%-
HSV(B)258.9º59.84%47.84%-
XYZ7.284.9818.99-
YUV64.2160.62133.56-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.63%
GREEN value IS 49 (19.53% from 255) = 20.16%
BLUE value IS 122 (48.05% from 255) = 50.21%
R=29.63%
G=20.16%
B=50.21%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal72491220.410.6000.52258.942.6933.53
Hex48317A293C0341032b22
Octal1106117251740644035342
Binary100100011000111110101010011111000110100100000011101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48317A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48317A; }

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

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

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

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

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

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

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

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