#48298C

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

Shades of Windsor #48298C

Tints of Windsor #48298C

Color information

#48298C (or 0x48298C) is unknown color: approx Windsor. HEX triplet: 48, 29 and 8C. RGB value is (72,41,140). Sum of RGB (Red+Green+Blue) = 72+41+140=253 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.46% from 253); Green value is 41 (16.41% from 255 or 16.21% from 253); Blue value is 140 (55.08% from 255 or 55.34% from 253); Max value from RGB is 140 - color contains mainly: blue. Hex color #48298C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #48298C is #B7D673. Grayscale: #3D3D3D. Windows color (decimal): -12047988 or 9185608. OLE color: 9185608.

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

Color convert

RGB7241140-
CMYK0.490.7100.45
HSL258.79º54.7%35.49%-
HSV(B)258.79º70.71%54.9%-
XYZ8.24.8625.32-
YUV61.56172.27135.45-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.46%
GREEN value IS 41 (16.41% from 255) = 16.21%
BLUE value IS 140 (55.08% from 255) = 55.34%
R=28.46%
G=16.21%
B=55.34%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal72411400.490.7100.45258.7954.735.49
Hex48298C314702D1033723
Octal11051214611070554036743
Binary10010001010011000110011000110001110101101100000011110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48298C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48298C; }

 p { color: rgb(72,41,140); }

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

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

 a { background-color: rgb(72,41,140); }

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

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

 span { border-color: rgb(72,41,140); }

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