#403190

Color #403190 Dark Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate Blue #403190

Tints of Dark Slate Blue #403190

Color information

#403190 (or 0x403190) is unknown color: approx 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

RGB6449144-
CMYK0.560.6600.44
HSL249.47º49.22%37.84%-
HSV(B)249.47º65.97%56.47%-
XYZ8.255.326.97-
YUV64.32172.97127.78-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.90%
GREEN value IS 49 (19.53% from 255) = 19.07%
BLUE value IS 144 (56.64% from 255) = 56.03%
R=24.90%
G=19.07%
B=56.03%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal64491440.560.6600.44249.4749.2237.84
Hex403190384202Cf93126
Octal10061220701020543716146
Binary1000000110001100100001110001000010010110011111001110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>