Html Css Color HEX #403793 Dark Slate Blue

📋 copy color: '#403793'

red 64 ◦ green 55 ◦ blue 147

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

Shades of Dark Slate Blue #403793

Tints of Dark Slate Blue #403793

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 55.26%

R = 24.06%
G = 20.68%
B = 55.26%

CMYK

 C value IS 0.56

 M value IS 0.63

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#403793 (or 0x403793) is known color: Dark Slate Blue. HEX triplet: 40, 37 and 93. RGB value is (64,55,147). Sum of RGB (Red+Green+Blue) = 64+55+147=266 (35% of max value = 765). Red value is 64 (25.39% from 255 or 24.06% from 266); Green value is 55 (21.88% from 255 or 20.68% from 266); Blue value is 147 (57.81% from 255 or 55.26% from 266); Max value from RGB is 147 - color contains mainly: blue. Hex color #403793 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403793 is #BFC86C. Grayscale: #434343. Windows color (decimal): -12568685 or 9647936. OLE color: 9647936.

HSL color Cylindrical-coordinate representation of color #403793: hue angle of 245.87º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #403793 is Cyan = 0.56, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 64 55 147 -
CMYK 0.56 0.63 0 0.42
HSL 245.87º 0.46% 0.4% -
HSV(B) 245.87º 0.63% 0.58% -
XYZ 8.75 5.93 28.29 -
YUV 68.18 172.48 125.02 -
System Red Green Blue C M Y K H S L
Decimal 64 55 147 0.56 0.63 0 0.42 245.87 0.46 0.4
Hex 40 37 93 38 3F 0 2A F6 2E 28
Octal 100 67 223 70 77 0 52 366 56 50
Binary 1000000 110111 10010011 111000 111111 0 101010 11110110 101110 101000

Color Harmonies of #403793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403793

Black with #403793

Text Example


Text Example

White with #403793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403793; }

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

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

background-color css

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

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

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

border-color css

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

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

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