#403595

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

Shades of Dark Slate Blue #403595

Tints of Dark Slate Blue #403595

Color information

#403595 (or 0x403595) is unknown color: approx Dark Slate Blue. HEX triplet: 40, 35 and 95. RGB value is (64,53,149). Sum of RGB (Red+Green+Blue) = 64+53+149=266 (35% of max value = 765). Red value is 64 (25.39% from 255 or 24.06% from 266); Green value is 53 (21.09% from 255 or 19.92% from 266); Blue value is 149 (58.59% from 255 or 56.02% from 266); Max value from RGB is 149 - color contains mainly: blue. Hex color #403595 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403595 is #BFCA6A. Grayscale: #424242. Windows color (decimal): -12569195 or 9778496. OLE color: 9778496.

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

Color convert

RGB6453149-
CMYK0.570.6400.42
HSL246.88º47.52%39.61%-
HSV(B)246.88º64.43%58.43%-
XYZ8.815.8129.09-
YUV67.23174.14125.69-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.06%
GREEN value IS 53 (21.09% from 255) = 19.92%
BLUE value IS 149 (58.59% from 255) = 56.02%
R=24.06%
G=19.92%
B=56.02%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal64531490.570.6400.42246.8847.5239.61
Hex403595394002Af73028
Octal10065225711000523676050
Binary1000000110101100101011110011000000010101011110111110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403595; }

 p { color: rgb(64,53,149); }

 H1.HeaderClassName
 {
   color: #403595;
 }
 .AnyTagClassName
 {
   color: #403595;
 }
</style>
background-color css

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

 a { background-color: rgb(64,53,149); }

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

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

 span { border-color: rgb(64,53,149); }

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