#48237d

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

Shades of Windsor #48237D

Tints of Windsor #48237D

Color information

#48237D (or 0x48237D) is unknown color: approx Windsor. HEX triplet: 48, 23 and 7D. RGB value is (72,35,125). Sum of RGB (Red+Green+Blue) = 72+35+125=232 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.03% from 232); Green value is 35 (14.06% from 255 or 15.09% from 232); Blue value is 125 (49.22% from 255 or 53.88% from 232); Max value from RGB is 125 - color contains mainly: blue. Hex color #48237D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48237D is #B7DC82. Grayscale: #383838. Windows color (decimal): -12049539 or 8201032. OLE color: 8201032.

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

Color convert

RGB7235125-
CMYK0.420.7200.51
HSL264.67º56.25%31.37%-
HSV(B)264.67º72%49.02%-
XYZ6.984.0619.82-
YUV56.32166.76139.18-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 31.03%
GREEN value IS 35 (14.06% from 255) = 15.09%
BLUE value IS 125 (49.22% from 255) = 53.88%
R=31.03%
G=15.09%
B=53.88%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal72351250.420.7200.51264.6756.2531.37
Hex48237D2A48033109381f
Octal11043175521100634117037
Binary100100010001111111011010101001000011001110000100111100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48237d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48237d; }

 p { color: rgb(72,35,125); }

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

<style>
 a { background-color: #48237d; }

 a { background-color: rgb(72,35,125); }

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

<style>
 span { border-color: #48237d; }

 span { border-color: rgb(72,35,125); }

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