Html Css Color HEX #403287 Dark Slate Blue

📋 copy color: '#403287'

red 64 ◦ green 50 ◦ blue 135

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

Shades of Dark Slate Blue #403287

Tints of Dark Slate Blue #403287

RGB

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

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

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

R = 25.7%
G = 20.08%
B = 54.22%

CMYK

 C value IS 0.53

 M value IS 0.63

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#403287 (or 0x403287) is known color: Dark Slate Blue. HEX triplet: 40, 32 and 87. RGB value is (64,50,135). Sum of RGB (Red+Green+Blue) = 64+50+135=249 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.70% from 249); Green value is 50 (19.92% from 255 or 20.08% from 249); Blue value is 135 (53.12% from 255 or 54.22% from 249); Max value from RGB is 135 - color contains mainly: blue. Hex color #403287 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403287 is #BFCD78. Grayscale: #3F3F3F. Windows color (decimal): -12569977 or 8860224. OLE color: 8860224.

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

Color convert

RGB 64 50 135 -
CMYK 0.53 0.63 0 0.47
HSL 249.88º 0.46% 0.36% -
HSV(B) 249.88º 0.63% 0.53% -
XYZ 7.63 5.12 23.51 -
YUV 63.88 168.14 128.09 -
System Red Green Blue C M Y K H S L
Decimal 64 50 135 0.53 0.63 0 0.47 249.88 0.46 0.36
Hex 40 32 87 35 3F 0 2F FA 2E 24
Octal 100 62 207 65 77 0 57 372 56 44
Binary 1000000 110010 10000111 110101 111111 0 101111 11111010 101110 100100

Color Harmonies of #403287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403287

Black with #403287

Text Example


Text Example

White with #403287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403287; }

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

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

background-color css

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

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

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

border-color css

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

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

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