Html Css Color HEX #40377F Dark Slate Blue

📋 copy color: '#40377F'

red 64 ◦ green 55 ◦ blue 127

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

Shades of Dark Slate Blue #40377F

Tints of Dark Slate Blue #40377F

RGB

 RED value IS 64 (25.39% from 255) = 26.02%

 GREEN value IS 55 (21.88% from 255) = 22.36%

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

R = 26.02%
G = 22.36%
B = 51.63%

CMYK

 C value IS 0.50

 M value IS 0.57

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#40377F (or 0x40377F) is known color: Dark Slate Blue. HEX triplet: 40, 37 and 7F. RGB value is (64,55,127). Sum of RGB (Red+Green+Blue) = 64+55+127=246 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.02% from 246); Green value is 55 (21.88% from 255 or 22.36% from 246); Blue value is 127 (50% from 255 or 51.63% from 246); Max value from RGB is 127 - color contains mainly: blue. Hex color #40377F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40377F is #BFC880. Grayscale: #414141. Windows color (decimal): -12568705 or 8337216. OLE color: 8337216.

HSL color Cylindrical-coordinate representation of color #40377F: hue angle of 247.5º 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 #40377F is Cyan = 0.50, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 64 55 127 -
CMYK 0.50 0.57 0 0.50
HSL 247.5º 0.4% 0.36% -
HSV(B) 247.5º 0.57% 0.5% -
XYZ 7.31 5.35 20.73 -
YUV 65.9 162.48 126.65 -
System Red Green Blue C M Y K H S L
Decimal 64 55 127 0.50 0.57 0 0.50 247.5 0.4 0.36
Hex 40 37 7F 32 39 0 32 F8 28 24
Octal 100 67 177 62 71 0 62 370 50 44
Binary 1000000 110111 1111111 110010 111001 0 110010 11111000 101000 100100

Color Harmonies of #40377F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40377F

Black with #40377F

Text Example


Text Example

White with #40377F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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