Html Css Color HEX #40408E Dark Slate Blue

📋 copy color: '#40408E'

red 64 ◦ green 64 ◦ blue 142

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

Shades of Dark Slate Blue #40408E

Tints of Dark Slate Blue #40408E

RGB

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

 GREEN value IS 64 (25.39% from 255) = 23.7%

 BLUE value IS 142 (55.86% from 255) = 52.59%

R = 23.7%
G = 23.7%
B = 52.59%

CMYK

 C value IS 0.55

 M value IS 0.55

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#40408E (or 0x40408E) is known color: Dark Slate Blue. HEX triplet: 40, 40 and 8E. RGB value is (64,64,142). Sum of RGB (Red+Green+Blue) = 64+64+142=270 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.70% from 270); Green value is 64 (25.39% from 255 or 23.70% from 270); Blue value is 142 (55.86% from 255 or 52.59% from 270); Max value from RGB is 142 - color contains mainly: blue. Hex color #40408E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40408E is #BFBF71. Grayscale: #484848. Windows color (decimal): -12566386 or 9322560. OLE color: 9322560.

HSL color Cylindrical-coordinate representation of color #40408E: hue angle of 240º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #40408E is Cyan = 0.55, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 64 64 142 -
CMYK 0.55 0.55 0 0.44
HSL 240º 0.38% 0.4% -
HSV(B) 240º 0.55% 0.56% -
XYZ 8.83 6.71 26.42 -
YUV 72.89 167 121.66 -
System Red Green Blue C M Y K H S L
Decimal 64 64 142 0.55 0.55 0 0.44 240 0.38 0.4
Hex 40 40 8E 37 37 0 2C F0 26 28
Octal 100 100 216 67 67 0 54 360 46 50
Binary 1000000 1000000 10001110 110111 110111 0 101100 11110000 100110 101000

Color Harmonies of #40408E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40408E

Black with #40408E

Text Example


Text Example

White with #40408E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40408E; }

 p { color: rgb(64,64,142); }

 H1.HeaderClassName
 {
   color: #40408E;
 }
 .AnyTagClassName
 {
   color: #40408E;
 }
</style>

background-color css

<style>
 a { background-color: #40408E; }

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

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

border-color css

<style>
 span { border-color: #40408E; }

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

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