Html Css Color HEX #404291 Dark Slate Blue

📋 copy color: '#404291'

red 64 ◦ green 66 ◦ blue 145

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

Shades of Dark Slate Blue #404291

Tints of Dark Slate Blue #404291

RGB

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

 GREEN value IS 66 (26.17% from 255) = 24%

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

R = 23.27%
G = 24%
B = 52.73%

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

#404291 (or 0x404291) is known color: Dark Slate Blue. HEX triplet: 40, 42 and 91. RGB value is (64,66,145). Sum of RGB (Red+Green+Blue) = 64+66+145=275 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.27% from 275); Green value is 66 (26.17% from 255 or 24% from 275); Blue value is 145 (57.03% from 255 or 52.73% from 275); Max value from RGB is 145 - color contains mainly: blue. Hex color #404291 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #404291 is #BFBD6E. Grayscale: #4A4A4A. Windows color (decimal): -12565871 or 9519680. OLE color: 9519680.

HSL color Cylindrical-coordinate representation of color #404291: hue angle of 238.52º 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 #404291 is Cyan = 0.56, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 64 66 145 -
CMYK 0.56 0.54 0 0.43
HSL 238.52º 0.39% 0.41% -
HSV(B) 238.52º 0.56% 0.57% -
XYZ 9.17 7.03 27.66 -
YUV 74.41 167.84 120.58 -
System Red Green Blue C M Y K H S L
Decimal 64 66 145 0.56 0.54 0 0.43 238.52 0.39 0.41
Hex 40 42 91 38 36 0 2B EF 27 29
Octal 100 102 221 70 66 0 53 357 47 51
Binary 1000000 1000010 10010001 111000 110110 0 101011 11101111 100111 101001

Color Harmonies of #404291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404291

Black with #404291

Text Example


Text Example

White with #404291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404291; }

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

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

background-color css

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

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

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

border-color css

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

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

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