Html Css Color HEX #403589 Dark Slate Blue

📋 copy color: '#403589'

red 64 ◦ green 53 ◦ blue 137

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

Shades of Dark Slate Blue #403589

Tints of Dark Slate Blue #403589

RGB

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

 GREEN value IS 53 (21.09% from 255) = 20.87%

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

R = 25.2%
G = 20.87%
B = 53.94%

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

#403589 (or 0x403589) is known color: Dark Slate Blue. HEX triplet: 40, 35 and 89. RGB value is (64,53,137). Sum of RGB (Red+Green+Blue) = 64+53+137=254 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.20% from 254); Green value is 53 (21.09% from 255 or 20.87% from 254); Blue value is 137 (53.91% from 255 or 53.94% from 254); Max value from RGB is 137 - color contains mainly: blue. Hex color #403589 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403589 is #BFCA76. Grayscale: #414141. Windows color (decimal): -12569207 or 8992064. OLE color: 8992064.

HSL color Cylindrical-coordinate representation of color #403589: hue angle of 247.86º degrees, saturation: 0.44, 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 #403589 is Cyan = 0.53, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 64 53 137 -
CMYK 0.53 0.61 0 0.46
HSL 247.86º 0.44% 0.37% -
HSV(B) 247.86º 0.61% 0.54% -
XYZ 7.9 5.44 24.3 -
YUV 65.87 168.14 126.67 -
System Red Green Blue C M Y K H S L
Decimal 64 53 137 0.53 0.61 0 0.46 247.86 0.44 0.37
Hex 40 35 89 35 3D 0 2E F8 2C 25
Octal 100 65 211 65 75 0 56 370 54 45
Binary 1000000 110101 10001001 110101 111101 0 101110 11111000 101100 100101

Color Harmonies of #403589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403589

Black with #403589

Text Example


Text Example

White with #403589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403589; }

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

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

background-color css

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

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

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

border-color css

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

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

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