Html Css Color HEX #48397F Dark Slate Blue

📋 copy color: '#48397F'

red 72 ◦ green 57 ◦ blue 127

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

Shades of Dark Slate Blue #48397F

Tints of Dark Slate Blue #48397F

RGB

 RED value IS 72 (28.52% from 255) = 28.13%

 GREEN value IS 57 (22.66% from 255) = 22.27%

 BLUE value IS 127 (50% from 255) = 49.61%

R = 28.13%
G = 22.27%
B = 49.61%

CMYK

 C value IS 0.43

 M value IS 0.55

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#48397F (or 0x48397F) is known color: Dark Slate Blue. HEX triplet: 48, 39 and 7F. RGB value is (72,57,127). Sum of RGB (Red+Green+Blue) = 72+57+127=256 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.12% from 256); Green value is 57 (22.66% from 255 or 22.27% from 256); Blue value is 127 (50% from 255 or 49.61% from 256); Max value from RGB is 127 - color contains mainly: blue. Hex color #48397F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48397F is #B7C680. Grayscale: #454545. Windows color (decimal): -12043905 or 8337736. OLE color: 8337736.

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

Color convert

RGB 72 57 127 -
CMYK 0.43 0.55 0 0.50
HSL 252.86º 0.38% 0.36% -
HSV(B) 252.86º 0.55% 0.5% -
XYZ 7.97 5.84 20.79 -
YUV 69.47 160.47 129.81 -
System Red Green Blue C M Y K H S L
Decimal 72 57 127 0.43 0.55 0 0.50 252.86 0.38 0.36
Hex 48 39 7F 2B 37 0 32 FD 26 24
Octal 110 71 177 53 67 0 62 375 46 44
Binary 1001000 111001 1111111 101011 110111 0 110010 11111101 100110 100100

Color Harmonies of #48397F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48397F

Black with #48397F

Text Example


Text Example

White with #48397F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #48397F;
 }
 .AnyTagClassName
 {
   color: #48397F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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