Html Css Color HEX #403190 Dark Slate Blue

📋 copy color: '#403190'

red 64 ◦ green 49 ◦ blue 144

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

Shades of Dark Slate Blue #403190

Tints of Dark Slate Blue #403190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 56.03%

R = 24.9%
G = 19.07%
B = 56.03%

CMYK

 C value IS 0.56

 M value IS 0.66

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#403190 (or 0x403190) is known color: Dark Slate Blue. HEX triplet: 40, 31 and 90. RGB value is (64,49,144). Sum of RGB (Red+Green+Blue) = 64+49+144=257 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.90% from 257); Green value is 49 (19.53% from 255 or 19.07% from 257); Blue value is 144 (56.64% from 255 or 56.03% from 257); Max value from RGB is 144 - color contains mainly: blue. Hex color #403190 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403190 is #BFCE6F. Grayscale: #3F3F3F. Windows color (decimal): -12570224 or 9449792. OLE color: 9449792.

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

Color convert

RGB 64 49 144 -
CMYK 0.56 0.66 0 0.44
HSL 249.47º 0.49% 0.38% -
HSV(B) 249.47º 0.66% 0.56% -
XYZ 8.25 5.3 26.97 -
YUV 64.32 172.97 127.78 -
System Red Green Blue C M Y K H S L
Decimal 64 49 144 0.56 0.66 0 0.44 249.47 0.49 0.38
Hex 40 31 90 38 42 0 2C F9 31 26
Octal 100 61 220 70 102 0 54 371 61 46
Binary 1000000 110001 10010000 111000 1000010 0 101100 11111001 110001 100110

Color Harmonies of #403190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403190

Black with #403190

Text Example


Text Example

White with #403190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403190; }

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

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

background-color css

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

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

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

border-color css

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

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

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