#48247C

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

Shades of Windsor #48247C

Tints of Windsor #48247C

Color information

#48247C (or 0x48247C) is unknown color: approx Windsor. HEX triplet: 48, 24 and 7C. RGB value is (72,36,124). Sum of RGB (Red+Green+Blue) = 72+36+124=232 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.03% from 232); Green value is 36 (14.45% from 255 or 15.52% from 232); Blue value is 124 (48.83% from 255 or 53.45% from 232); Max value from RGB is 124 - color contains mainly: blue. Hex color #48247C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48247C is #B7DB83. Grayscale: #383838. Windows color (decimal): -12049284 or 8135752. OLE color: 8135752.

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

Color convert

RGB7236124-
CMYK0.420.7100.51
HSL264.55º55%31.37%-
HSV(B)264.55º70.97%48.63%-
XYZ6.944.0919.49-
YUV56.8165.93138.84-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 31.03%
GREEN value IS 36 (14.45% from 255) = 15.52%
BLUE value IS 124 (48.83% from 255) = 53.45%
R=31.03%
G=15.52%
B=53.45%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal72361240.420.7100.51264.555531.37
Hex48247C2A47033109371f
Octal11044174521070634116737
Binary100100010010011111001010101000111011001110000100111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48247C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,36,124); }

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

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

 a { background-color: rgb(72,36,124); }

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

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

 span { border-color: rgb(72,36,124); }

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