Html Css Color HEX #403891 Dark Slate Blue

📋 copy color: '#403891'

red 64 ◦ green 56 ◦ blue 145

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

Shades of Dark Slate Blue #403891

Tints of Dark Slate Blue #403891

RGB

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

 GREEN value IS 56 (22.27% from 255) = 21.13%

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

R = 24.15%
G = 21.13%
B = 54.72%

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

#403891 (or 0x403891) is known color: Dark Slate Blue. HEX triplet: 40, 38 and 91. RGB value is (64,56,145). Sum of RGB (Red+Green+Blue) = 64+56+145=265 (35% of max value = 765). Red value is 64 (25.39% from 255 or 24.15% from 265); Green value is 56 (22.27% from 255 or 21.13% from 265); Blue value is 145 (57.03% from 255 or 54.72% from 265); Max value from RGB is 145 - color contains mainly: blue. Hex color #403891 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403891 is #BFC76E. Grayscale: #444444. Windows color (decimal): -12568431 or 9517120. OLE color: 9517120.

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

Color convert

RGB 64 56 145 -
CMYK 0.56 0.61 0 0.43
HSL 245.39º 0.44% 0.39% -
HSV(B) 245.39º 0.61% 0.57% -
XYZ 8.64 5.96 27.48 -
YUV 68.54 171.15 124.76 -
System Red Green Blue C M Y K H S L
Decimal 64 56 145 0.56 0.61 0 0.43 245.39 0.44 0.39
Hex 40 38 91 38 3D 0 2B F5 2C 27
Octal 100 70 221 70 75 0 53 365 54 47
Binary 1000000 111000 10010001 111000 111101 0 101011 11110101 101100 100111

Color Harmonies of #403891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403891

Black with #403891

Text Example


Text Example

White with #403891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403891; }

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

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

background-color css

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

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

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

border-color css

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

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

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