Html Css Color HEX #403781 Dark Slate Blue

📋 copy color: '#403781'

red 64 ◦ green 55 ◦ blue 129

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

Shades of Dark Slate Blue #403781

Tints of Dark Slate Blue #403781

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 52.02%

R = 25.81%
G = 22.18%
B = 52.02%

CMYK

 C value IS 0.50

 M value IS 0.57

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#403781 (or 0x403781) is known color: Dark Slate Blue. HEX triplet: 40, 37 and 81. RGB value is (64,55,129). Sum of RGB (Red+Green+Blue) = 64+55+129=248 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.81% from 248); Green value is 55 (21.88% from 255 or 22.18% from 248); Blue value is 129 (50.78% from 255 or 52.02% from 248); Max value from RGB is 129 - color contains mainly: blue. Hex color #403781 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403781 is #BFC87E. Grayscale: #414141. Windows color (decimal): -12568703 or 8468288. OLE color: 8468288.

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

Color convert

RGB 64 55 129 -
CMYK 0.50 0.57 0 0.49
HSL 247.3º 0.4% 0.36% -
HSV(B) 247.3º 0.57% 0.51% -
XYZ 7.44 5.41 21.42 -
YUV 66.13 163.48 126.48 -
System Red Green Blue C M Y K H S L
Decimal 64 55 129 0.50 0.57 0 0.49 247.3 0.4 0.36
Hex 40 37 81 32 39 0 31 F7 28 24
Octal 100 67 201 62 71 0 61 367 50 44
Binary 1000000 110111 10000001 110010 111001 0 110001 11110111 101000 100100

Color Harmonies of #403781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403781

Black with #403781

Text Example


Text Example

White with #403781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403781; }

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

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

background-color css

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

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

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

border-color css

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

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

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