Html Css Color HEX #403780 Dark Slate Blue

📋 copy color: '#403780'

red 64 ◦ green 55 ◦ blue 128

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

Shades of Dark Slate Blue #403780

Tints of Dark Slate Blue #403780

RGB

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

 GREEN value IS 55 (21.88% from 255) = 22.27%

 BLUE value IS 128 (50.39% from 255) = 51.82%

R = 25.91%
G = 22.27%
B = 51.82%

CMYK

 C value IS 0.5

 M value IS 0.57

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#403780 (or 0x403780) is known color: Dark Slate Blue. HEX triplet: 40, 37 and 80. RGB value is (64,55,128). Sum of RGB (Red+Green+Blue) = 64+55+128=247 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.91% from 247); Green value is 55 (21.88% from 255 or 22.27% from 247); Blue value is 128 (50.39% from 255 or 51.82% from 247); Max value from RGB is 128 - color contains mainly: blue. Hex color #403780 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403780 is #BFC87F. Grayscale: #414141. Windows color (decimal): -12568704 or 8402752. OLE color: 8402752.

HSL color Cylindrical-coordinate representation of color #403780: hue angle of 247.4º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #403780 is Cyan = 0.5, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 64 55 128 -
CMYK 0.5 0.57 0 0.50
HSL 247.4º 0.4% 0.36% -
HSV(B) 247.4º 0.57% 0.5% -
XYZ 7.38 5.38 21.07 -
YUV 66.01 162.98 126.56 -
System Red Green Blue C M Y K H S L
Decimal 64 55 128 0.5 0.57 0 0.50 247.4 0.4 0.36
Hex 40 37 80 32 39 0 32 F7 28 24
Octal 100 67 200 62 71 0 62 367 50 44
Binary 1000000 110111 10000000 110010 111001 0 110010 11110111 101000 100100

Color Harmonies of #403780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403780

Black with #403780

Text Example


Text Example

White with #403780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403780; }

 p { color: rgb(64,55,128); }

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

background-color css

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

 a { background-color: rgb(64,55,128); }

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

border-color css

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

 span { border-color: rgb(64,55,128); }

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