#48377F

Color #48377F Dark Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate Blue #48377F

Tints of Dark Slate Blue #48377F

Color information

#48377F (or 0x48377F) is unknown color: approx Dark Slate Blue. HEX triplet: 48, 37 and 7F. RGB value is (72,55,127). Sum of RGB (Red+Green+Blue) = 72+55+127=254 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.35% from 254); Green value is 55 (21.88% from 255 or 21.65% from 254); Blue value is 127 (50% from 255 or 50% from 254); Max value from RGB is 127 - color contains mainly: blue. Hex color #48377F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48377F is #B7C880. Grayscale: #444444. Windows color (decimal): -12044417 or 8337224. OLE color: 8337224.

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

Color convert

RGB7255127-
CMYK0.430.5700.50
HSL254.17º39.56%35.69%-
HSV(B)254.17º56.69%49.8%-
XYZ7.875.6420.75-
YUV68.29161.13130.65-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.35%
GREEN value IS 55 (21.88% from 255) = 21.65%
BLUE value IS 127 (50% from 255) = 50%
R=28.35%
G=21.65%
B=50%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal72551270.430.5700.50254.1739.5635.69
Hex48377F2B39032fe2824
Octal1106717753710623765044
Binary10010001101111111111101011111001011001011111110101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48377F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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