#48218C

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

Shades of Windsor #48218C

Tints of Windsor #48218C

Color information

#48218C (or 0x48218C) is unknown color: approx Windsor. HEX triplet: 48, 21 and 8C. RGB value is (72,33,140). Sum of RGB (Red+Green+Blue) = 72+33+140=245 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.39% from 245); Green value is 33 (13.28% from 255 or 13.47% from 245); Blue value is 140 (55.08% from 255 or 57.14% from 245); Max value from RGB is 140 - color contains mainly: blue. Hex color #48218C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #48218C is #B7DE73. Grayscale: #383838. Windows color (decimal): -12050036 or 9183560. OLE color: 9183560.

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

Color convert

RGB7233140-
CMYK0.490.7600.45
HSL261.87º61.85%33.92%-
HSV(B)261.87º76.43%54.9%-
XYZ7.954.3625.23-
YUV56.86174.92138.8-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.39%
GREEN value IS 33 (13.28% from 255) = 13.47%
BLUE value IS 140 (55.08% from 255) = 57.14%
R=29.39%
G=13.47%
B=57.14%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal72331400.490.7600.45261.8761.8533.92
Hex48218C314C02D1063e22
Octal11041214611140554067642
Binary10010001000011000110011000110011000101101100000110111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48218C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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