#48258A

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

Shades of Windsor #48258A

Tints of Windsor #48258A

Color information

#48258A (or 0x48258A) is unknown color: approx Windsor. HEX triplet: 48, 25 and 8A. RGB value is (72,37,138). Sum of RGB (Red+Green+Blue) = 72+37+138=247 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.15% from 247); Green value is 37 (14.84% from 255 or 14.98% from 247); Blue value is 138 (54.30% from 255 or 55.87% from 247); Max value from RGB is 138 - color contains mainly: blue. Hex color #48258A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #48258A is #B7DA75. Grayscale: #3A3A3A. Windows color (decimal): -12049014 or 9053512. OLE color: 9053512.

HSL color Cylindrical-coordinate representation of color #48258A: hue angle of 260.79º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #48258A is Cyan = 0.48, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB7237138-
CMYK0.480.7300.46
HSL260.79º57.71%34.31%-
HSV(B)260.79º73.19%54.12%-
XYZ7.924.5424.5-
YUV58.98172.6137.29-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.15%
GREEN value IS 37 (14.84% from 255) = 14.98%
BLUE value IS 138 (54.30% from 255) = 55.87%
R=29.15%
G=14.98%
B=55.87%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal72371380.480.7300.46260.7957.7134.31
Hex48258A304902E1053a22
Octal11045212601110564057242
Binary10010001001011000101011000010010010101110100000101111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48258A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,37,138); }

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

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

 a { background-color: rgb(72,37,138); }

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

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

 span { border-color: rgb(72,37,138); }

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