Html Css Color HEX #48377F Dark Slate Blue

📋 copy color: '#48377F'

red 72 ◦ green 55 ◦ blue 127

#48377F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Slate Blue #48377F

Tints of Dark Slate Blue #48377F

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 value IS 0.43

 M value IS 0.57

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#48377F (or 0x48377F) is known color: 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

RGB 72 55 127 -
CMYK 0.43 0.57 0 0.50
HSL 254.17º 0.4% 0.36% -
HSV(B) 254.17º 0.57% 0.5% -
XYZ 7.87 5.64 20.75 -
YUV 68.29 161.13 130.65 -
System Red Green Blue C M Y K H S L
Decimal 72 55 127 0.43 0.57 0 0.50 254.17 0.4 0.36
Hex 48 37 7F 2B 39 0 32 FE 28 24
Octal 110 67 177 53 71 0 62 376 50 44
Binary 1001000 110111 1111111 101011 111001 0 110010 11111110 101000 100100

Color Harmonies of #48377F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48377F

Black with #48377F

Text Example


Text Example

White with #48377F

Text Example


Text Example

HTML Codes & Css Web 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>