Html Css Color HEX #403989 Dark Slate Blue

📋 copy color: '#403989'

red 64 ◦ green 57 ◦ blue 137

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

Shades of Dark Slate Blue #403989

Tints of Dark Slate Blue #403989

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 53.1%

R = 24.81%
G = 22.09%
B = 53.1%

CMYK

 C value IS 0.53

 M value IS 0.58

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#403989 (or 0x403989) is known color: Dark Slate Blue. HEX triplet: 40, 39 and 89. RGB value is (64,57,137). Sum of RGB (Red+Green+Blue) = 64+57+137=258 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.81% from 258); Green value is 57 (22.66% from 255 or 22.09% from 258); Blue value is 137 (53.91% from 255 or 53.10% from 258); Max value from RGB is 137 - color contains mainly: blue. Hex color #403989 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403989 is #BFC676. Grayscale: #434343. Windows color (decimal): -12568183 or 8993088. OLE color: 8993088.

HSL color Cylindrical-coordinate representation of color #403989: hue angle of 245.25º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #403989 is Cyan = 0.53, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 64 57 137 -
CMYK 0.53 0.58 0 0.46
HSL 245.25º 0.41% 0.38% -
HSV(B) 245.25º 0.58% 0.54% -
XYZ 8.09 5.82 24.36 -
YUV 68.21 166.82 125 -
System Red Green Blue C M Y K H S L
Decimal 64 57 137 0.53 0.58 0 0.46 245.25 0.41 0.38
Hex 40 39 89 35 3A 0 2E F5 29 26
Octal 100 71 211 65 72 0 56 365 51 46
Binary 1000000 111001 10001001 110101 111010 0 101110 11110101 101001 100110

Color Harmonies of #403989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403989

Black with #403989

Text Example


Text Example

White with #403989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403989; }

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

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

background-color css

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

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

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

border-color css

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

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

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