Html Css Color HEX #40379B Dark Slate Blue

📋 copy color: '#40379B'

red 64 ◦ green 55 ◦ blue 155

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

Shades of Dark Slate Blue #40379B

Tints of Dark Slate Blue #40379B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 56.57%

R = 23.36%
G = 20.07%
B = 56.57%

CMYK

 C value IS 0.59

 M value IS 0.65

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#40379B (or 0x40379B) is known color: Dark Slate Blue. HEX triplet: 40, 37 and 9B. RGB value is (64,55,155). Sum of RGB (Red+Green+Blue) = 64+55+155=274 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.36% from 274); Green value is 55 (21.88% from 255 or 20.07% from 274); Blue value is 155 (60.94% from 255 or 56.57% from 274); Max value from RGB is 155 - color contains mainly: blue. Hex color #40379B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40379B is #BFC864. Grayscale: #444444. Windows color (decimal): -12568677 or 10172224. OLE color: 10172224.

HSL color Cylindrical-coordinate representation of color #40379B: hue angle of 245.4º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #40379B is Cyan = 0.59, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 64 55 155 -
CMYK 0.59 0.65 0 0.39
HSL 245.4º 0.48% 0.41% -
HSV(B) 245.4º 0.65% 0.61% -
XYZ 9.4 6.19 31.71 -
YUV 69.09 176.48 124.37 -
System Red Green Blue C M Y K H S L
Decimal 64 55 155 0.59 0.65 0 0.39 245.4 0.48 0.41
Hex 40 37 9B 3B 41 0 27 F5 30 29
Octal 100 67 233 73 101 0 47 365 60 51
Binary 1000000 110111 10011011 111011 1000001 0 100111 11110101 110000 101001

Color Harmonies of #40379B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40379B

Black with #40379B

Text Example


Text Example

White with #40379B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40379B; }

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

 H1.HeaderClassName
 {
   color: #40379B;
 }
 .AnyTagClassName
 {
   color: #40379B;
 }
</style>

background-color css

<style>
 a { background-color: #40379B; }

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

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

border-color css

<style>
 span { border-color: #40379B; }

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

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