Html Css Color HEX #403784 Dark Slate Blue

📋 copy color: '#403784'

red 64 ◦ green 55 ◦ blue 132

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

Shades of Dark Slate Blue #403784

Tints of Dark Slate Blue #403784

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 52.59%

R = 25.5%
G = 21.91%
B = 52.59%

CMYK

 C value IS 0.52

 M value IS 0.58

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#403784 (or 0x403784) is known color: Dark Slate Blue. HEX triplet: 40, 37 and 84. RGB value is (64,55,132). Sum of RGB (Red+Green+Blue) = 64+55+132=251 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.50% from 251); Green value is 55 (21.88% from 255 or 21.91% from 251); Blue value is 132 (51.95% from 255 or 52.59% from 251); Max value from RGB is 132 - color contains mainly: blue. Hex color #403784 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403784 is #BFC87B. Grayscale: #424242. Windows color (decimal): -12568700 or 8664896. OLE color: 8664896.

HSL color Cylindrical-coordinate representation of color #403784: hue angle of 247.01º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #403784 is Cyan = 0.52, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 64 55 132 -
CMYK 0.52 0.58 0 0.48
HSL 247.01º 0.41% 0.37% -
HSV(B) 247.01º 0.58% 0.52% -
XYZ 7.65 5.49 22.49 -
YUV 66.47 164.98 126.24 -
System Red Green Blue C M Y K H S L
Decimal 64 55 132 0.52 0.58 0 0.48 247.01 0.41 0.37
Hex 40 37 84 34 3A 0 30 F7 29 25
Octal 100 67 204 64 72 0 60 367 51 45
Binary 1000000 110111 10000100 110100 111010 0 110000 11110111 101001 100101

Color Harmonies of #403784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403784

Black with #403784

Text Example


Text Example

White with #403784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403784; }

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

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

background-color css

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

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

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

border-color css

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

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

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