#403495

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

Shades of Dark Slate Blue #403495

Tints of Dark Slate Blue #403495

Color information

#403495 (or 0x403495) is unknown color: approx Dark Slate Blue. HEX triplet: 40, 34 and 95. RGB value is (64,52,149). Sum of RGB (Red+Green+Blue) = 64+52+149=265 (35% of max value = 765). Red value is 64 (25.39% from 255 or 24.15% from 265); Green value is 52 (20.70% from 255 or 19.62% from 265); Blue value is 149 (58.59% from 255 or 56.23% from 265); Max value from RGB is 149 - color contains mainly: blue. Hex color #403495 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403495 is #BFCB6A. Grayscale: #424242. Windows color (decimal): -12569451 or 9778240. OLE color: 9778240.

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

Color convert

RGB6452149-
CMYK0.570.6500.42
HSL247.42º48.26%39.41%-
HSV(B)247.42º65.1%58.43%-
XYZ8.775.7229.07-
YUV66.65174.48126.11-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.15%
GREEN value IS 52 (20.70% from 255) = 19.62%
BLUE value IS 149 (58.59% from 255) = 56.23%
R=24.15%
G=19.62%
B=56.23%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal64521490.570.6500.42247.4248.2639.41
Hex403495394102Af73027
Octal10064225711010523676047
Binary1000000110100100101011110011000001010101011110111110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403495; }

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

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

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

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

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

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

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

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