Html Css Color HEX #403191 Dark Slate Blue

📋 copy color: '#403191'

red 64 ◦ green 49 ◦ blue 145

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

Shades of Dark Slate Blue #403191

Tints of Dark Slate Blue #403191

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 56.2%

R = 24.81%
G = 18.99%
B = 56.2%

CMYK

 C value IS 0.56

 M value IS 0.66

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#403191 (or 0x403191) is known color: Dark Slate Blue. HEX triplet: 40, 31 and 91. RGB value is (64,49,145). Sum of RGB (Red+Green+Blue) = 64+49+145=258 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.81% from 258); Green value is 49 (19.53% from 255 or 18.99% from 258); Blue value is 145 (57.03% from 255 or 56.20% from 258); Max value from RGB is 145 - color contains mainly: blue. Hex color #403191 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403191 is #BFCE6E. Grayscale: #404040. Windows color (decimal): -12570223 or 9515328. OLE color: 9515328.

HSL color Cylindrical-coordinate representation of color #403191: hue angle of 249.38º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #403191 is Cyan = 0.56, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 64 49 145 -
CMYK 0.56 0.66 0 0.43
HSL 249.38º 0.49% 0.38% -
HSV(B) 249.38º 0.66% 0.57% -
XYZ 8.32 5.33 27.38 -
YUV 64.43 173.47 127.69 -
System Red Green Blue C M Y K H S L
Decimal 64 49 145 0.56 0.66 0 0.43 249.38 0.49 0.38
Hex 40 31 91 38 42 0 2B F9 31 26
Octal 100 61 221 70 102 0 53 371 61 46
Binary 1000000 110001 10010001 111000 1000010 0 101011 11111001 110001 100110

Color Harmonies of #403191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403191

Black with #403191

Text Example


Text Example

White with #403191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403191; }

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

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

background-color css

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

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

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

border-color css

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

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

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