Html Css Color HEX #403289 Dark Slate Blue

📋 copy color: '#403289'

red 64 ◦ green 50 ◦ blue 137

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

Shades of Dark Slate Blue #403289

Tints of Dark Slate Blue #403289

RGB

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

 GREEN value IS 50 (19.92% from 255) = 19.92%

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

R = 25.5%
G = 19.92%
B = 54.58%

CMYK

 C value IS 0.53

 M value IS 0.64

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#403289 (or 0x403289) is known color: Dark Slate Blue. HEX triplet: 40, 32 and 89. RGB value is (64,50,137). Sum of RGB (Red+Green+Blue) = 64+50+137=251 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.50% from 251); Green value is 50 (19.92% from 255 or 19.92% from 251); Blue value is 137 (53.91% from 255 or 54.58% from 251); Max value from RGB is 137 - color contains mainly: blue. Hex color #403289 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403289 is #BFCD76. Grayscale: #3F3F3F. Windows color (decimal): -12569975 or 8991296. OLE color: 8991296.

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

Color convert

RGB 64 50 137 -
CMYK 0.53 0.64 0 0.46
HSL 249.66º 0.47% 0.37% -
HSV(B) 249.66º 0.64% 0.54% -
XYZ 7.77 5.18 24.26 -
YUV 64.1 169.14 127.93 -
System Red Green Blue C M Y K H S L
Decimal 64 50 137 0.53 0.64 0 0.46 249.66 0.47 0.37
Hex 40 32 89 35 40 0 2E FA 2F 25
Octal 100 62 211 65 100 0 56 372 57 45
Binary 1000000 110010 10001001 110101 1000000 0 101110 11111010 101111 100101

Color Harmonies of #403289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403289

Black with #403289

Text Example


Text Example

White with #403289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403289; }

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

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

background-color css

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

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

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

border-color css

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

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

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