Html Css Color HEX #403991 Dark Slate Blue

📋 copy color: '#403991'

red 64 ◦ green 57 ◦ blue 145

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

Shades of Dark Slate Blue #403991

Tints of Dark Slate Blue #403991

RGB

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

 GREEN value IS 57 (22.66% from 255) = 21.43%

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

R = 24.06%
G = 21.43%
B = 54.51%

CMYK

 C value IS 0.56

 M value IS 0.61

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#403991 (or 0x403991) is known color: Dark Slate Blue. HEX triplet: 40, 39 and 91. RGB value is (64,57,145). Sum of RGB (Red+Green+Blue) = 64+57+145=266 (35% of max value = 765). Red value is 64 (25.39% from 255 or 24.06% from 266); Green value is 57 (22.66% from 255 or 21.43% from 266); Blue value is 145 (57.03% from 255 or 54.51% from 266); Max value from RGB is 145 - color contains mainly: blue. Hex color #403991 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403991 is #BFC66E. Grayscale: #444444. Windows color (decimal): -12568175 or 9517376. OLE color: 9517376.

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

Color convert

RGB 64 57 145 -
CMYK 0.56 0.61 0 0.43
HSL 244.77º 0.44% 0.4% -
HSV(B) 244.77º 0.61% 0.57% -
XYZ 8.69 6.06 27.5 -
YUV 69.13 170.82 124.34 -
System Red Green Blue C M Y K H S L
Decimal 64 57 145 0.56 0.61 0 0.43 244.77 0.44 0.4
Hex 40 39 91 38 3D 0 2B F5 2C 28
Octal 100 71 221 70 75 0 53 365 54 50
Binary 1000000 111001 10010001 111000 111101 0 101011 11110101 101100 101000

Color Harmonies of #403991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403991

Black with #403991

Text Example


Text Example

White with #403991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403991; }

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

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

background-color css

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

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

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

border-color css

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

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

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