Html Css Color HEX #403689 Dark Slate Blue

📋 copy color: '#403689'

red 64 ◦ green 54 ◦ blue 137

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

Shades of Dark Slate Blue #403689

Tints of Dark Slate Blue #403689

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.18%

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

R = 25.1%
G = 21.18%
B = 53.73%

CMYK

 C value IS 0.53

 M value IS 0.61

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#403689 (or 0x403689) is known color: Dark Slate Blue. HEX triplet: 40, 36 and 89. RGB value is (64,54,137). Sum of RGB (Red+Green+Blue) = 64+54+137=255 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.10% from 255); Green value is 54 (21.48% from 255 or 21.18% from 255); Blue value is 137 (53.91% from 255 or 53.73% from 255); Max value from RGB is 137 - color contains mainly: blue. Hex color #403689 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403689 is #BFC976. Grayscale: #424242. Windows color (decimal): -12568951 or 8992320. OLE color: 8992320.

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

Color convert

RGB 64 54 137 -
CMYK 0.53 0.61 0 0.46
HSL 247.23º 0.43% 0.37% -
HSV(B) 247.23º 0.61% 0.54% -
XYZ 7.95 5.53 24.32 -
YUV 66.45 167.81 126.25 -
System Red Green Blue C M Y K H S L
Decimal 64 54 137 0.53 0.61 0 0.46 247.23 0.43 0.37
Hex 40 36 89 35 3D 0 2E F7 2B 25
Octal 100 66 211 65 75 0 56 367 53 45
Binary 1000000 110110 10001001 110101 111101 0 101110 11110111 101011 100101

Color Harmonies of #403689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403689

Black with #403689

Text Example


Text Example

White with #403689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403689; }

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

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

background-color css

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

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

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

border-color css

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

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

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