Html Css Color HEX #403193 Dark Slate Blue

📋 copy color: '#403193'

red 64 ◦ green 49 ◦ blue 147

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

Shades of Dark Slate Blue #403193

Tints of Dark Slate Blue #403193

RGB

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

 GREEN value IS 49 (19.53% from 255) = 18.85%

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

R = 24.62%
G = 18.85%
B = 56.54%

CMYK

 C value IS 0.56

 M value IS 0.67

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#403193 (or 0x403193) is known color: Dark Slate Blue. HEX triplet: 40, 31 and 93. RGB value is (64,49,147). Sum of RGB (Red+Green+Blue) = 64+49+147=260 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.62% from 260); Green value is 49 (19.53% from 255 or 18.85% from 260); Blue value is 147 (57.81% from 255 or 56.54% from 260); Max value from RGB is 147 - color contains mainly: blue. Hex color #403193 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403193 is #BFCE6C. Grayscale: #404040. Windows color (decimal): -12570221 or 9646400. OLE color: 9646400.

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

Color convert

RGB 64 49 147 -
CMYK 0.56 0.67 0 0.42
HSL 249.18º 0.5% 0.38% -
HSV(B) 249.18º 0.67% 0.58% -
XYZ 8.48 5.39 28.2 -
YUV 64.66 174.47 127.53 -
System Red Green Blue C M Y K H S L
Decimal 64 49 147 0.56 0.67 0 0.42 249.18 0.5 0.38
Hex 40 31 93 38 43 0 2A F9 32 26
Octal 100 61 223 70 103 0 52 371 62 46
Binary 1000000 110001 10010011 111000 1000011 0 101010 11111001 110010 100110

Color Harmonies of #403193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403193

Black with #403193

Text Example


Text Example

White with #403193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403193; }

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

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

background-color css

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

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

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

border-color css

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

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

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