#48237F

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

Shades of Windsor #48237F

Tints of Windsor #48237F

Color information

#48237F (or 0x48237F) is unknown color: approx Windsor. HEX triplet: 48, 23 and 7F. RGB value is (72,35,127). Sum of RGB (Red+Green+Blue) = 72+35+127=234 (30% of max value = 765). Red value is 72 (28.52% from 255 or 30.77% from 234); Green value is 35 (14.06% from 255 or 14.96% from 234); Blue value is 127 (50% from 255 or 54.27% from 234); Max value from RGB is 127 - color contains mainly: blue. Hex color #48237F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48237F is #B7DC80. Grayscale: #383838. Windows color (decimal): -12049537 or 8332104. OLE color: 8332104.

HSL color Cylindrical-coordinate representation of color #48237F: hue angle of 264.13º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #48237F is Cyan = 0.43, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB7235127-
CMYK0.430.7200.50
HSL264.13º56.79%31.76%-
HSV(B)264.13º72.44%49.8%-
XYZ7.14.1120.5-
YUV56.55167.76139.02-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 30.77%
GREEN value IS 35 (14.06% from 255) = 14.96%
BLUE value IS 127 (50% from 255) = 54.27%
R=30.77%
G=14.96%
B=54.27%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal72351270.430.7200.50264.1356.7931.76
Hex48237F2B480321083920
Octal11043177531100624107140
Binary1001000100011111111110101110010000110010100001000111001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48237F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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