#403395

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

Shades of Dark Slate Blue #403395

Tints of Dark Slate Blue #403395

Color information

#403395 (or 0x403395) is unknown color: approx Dark Slate Blue. HEX triplet: 40, 33 and 95. RGB value is (64,51,149). Sum of RGB (Red+Green+Blue) = 64+51+149=264 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.24% from 264); Green value is 51 (20.31% from 255 or 19.32% from 264); Blue value is 149 (58.59% from 255 or 56.44% from 264); Max value from RGB is 149 - color contains mainly: blue. Hex color #403395 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403395 is #BFCC6A. Grayscale: #414141. Windows color (decimal): -12569707 or 9777984. OLE color: 9777984.

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

Color convert

RGB6451149-
CMYK0.570.6600.42
HSL247.96º49%39.22%-
HSV(B)247.96º65.77%58.43%-
XYZ8.725.6329.06-
YUV66.06174.81126.53-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.24%
GREEN value IS 51 (20.31% from 255) = 19.32%
BLUE value IS 149 (58.59% from 255) = 56.44%
R=24.24%
G=19.32%
B=56.44%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal64511490.570.6600.42247.964939.22
Hex403395394202Af83127
Octal10063225711020523706147
Binary1000000110011100101011110011000010010101011111000110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403395; }

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

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

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

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

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

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

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

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