Html Css Color HEX #404391 Dark Slate Blue

📋 copy color: '#404391'

red 64 ◦ green 67 ◦ blue 145

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

Shades of Dark Slate Blue #404391

Tints of Dark Slate Blue #404391

RGB

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

 GREEN value IS 67 (26.56% from 255) = 24.28%

 BLUE value IS 145 (57.03% from 255) = 52.54%

R = 23.19%
G = 24.28%
B = 52.54%

CMYK

 C value IS 0.56

 M value IS 0.54

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#404391 (or 0x404391) is known color: Dark Slate Blue. HEX triplet: 40, 43 and 91. RGB value is (64,67,145). Sum of RGB (Red+Green+Blue) = 64+67+145=276 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.19% from 276); Green value is 67 (26.56% from 255 or 24.28% from 276); Blue value is 145 (57.03% from 255 or 52.54% from 276); Max value from RGB is 145 - color contains mainly: blue. Hex color #404391 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #404391 is #BFBC6E. Grayscale: #4A4A4A. Windows color (decimal): -12565615 or 9519936. OLE color: 9519936.

HSL color Cylindrical-coordinate representation of color #404391: hue angle of 237.78º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #404391 is Cyan = 0.56, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 64 67 145 -
CMYK 0.56 0.54 0 0.43
HSL 237.78º 0.39% 0.41% -
HSV(B) 237.78º 0.56% 0.57% -
XYZ 9.23 7.15 27.68 -
YUV 75 167.51 120.16 -
System Red Green Blue C M Y K H S L
Decimal 64 67 145 0.56 0.54 0 0.43 237.78 0.39 0.41
Hex 40 43 91 38 36 0 2B EE 27 29
Octal 100 103 221 70 66 0 53 356 47 51
Binary 1000000 1000011 10010001 111000 110110 0 101011 11101110 100111 101001

Color Harmonies of #404391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404391

Black with #404391

Text Example


Text Example

White with #404391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404391; }

 p { color: rgb(64,67,145); }

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

background-color css

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

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

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

border-color css

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

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

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