Html Css Color HEX #403387 Dark Slate Blue

📋 copy color: '#403387'

red 64 ◦ green 51 ◦ blue 135

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

Shades of Dark Slate Blue #403387

Tints of Dark Slate Blue #403387

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.4%

 BLUE value IS 135 (53.13% from 255) = 54%

R = 25.6%
G = 20.4%
B = 54%

CMYK

 C value IS 0.53

 M value IS 0.62

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#403387 (or 0x403387) is known color: Dark Slate Blue. HEX triplet: 40, 33 and 87. RGB value is (64,51,135). Sum of RGB (Red+Green+Blue) = 64+51+135=250 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.6% from 250); Green value is 51 (20.31% from 255 or 20.4% from 250); Blue value is 135 (53.12% from 255 or 54% from 250); Max value from RGB is 135 - color contains mainly: blue. Hex color #403387 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403387 is #BFCC78. Grayscale: #404040. Windows color (decimal): -12569721 or 8860480. OLE color: 8860480.

HSL color Cylindrical-coordinate representation of color #403387: hue angle of 249.29º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #403387 is Cyan = 0.53, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 64 51 135 -
CMYK 0.53 0.62 0 0.47
HSL 249.29º 0.45% 0.36% -
HSV(B) 249.29º 0.62% 0.53% -
XYZ 7.67 5.21 23.52 -
YUV 64.46 167.81 127.67 -
System Red Green Blue C M Y K H S L
Decimal 64 51 135 0.53 0.62 0 0.47 249.29 0.45 0.36
Hex 40 33 87 35 3E 0 2F F9 2D 24
Octal 100 63 207 65 76 0 57 371 55 44
Binary 1000000 110011 10000111 110101 111110 0 101111 11111001 101101 100100

Color Harmonies of #403387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403387

Black with #403387

Text Example


Text Example

White with #403387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403387; }

 p { color: rgb(64,51,135); }

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

background-color css

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

 a { background-color: rgb(64,51,135); }

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

border-color css

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

 span { border-color: rgb(64,51,135); }

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