#403581

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

Shades of Dark Slate Blue #403581

Tints of Dark Slate Blue #403581

Color information

#403581 (or 0x403581) is unknown color: approx Dark Slate Blue. HEX triplet: 40, 35 and 81. RGB value is (64,53,129). Sum of RGB (Red+Green+Blue) = 64+53+129=246 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.02% from 246); Green value is 53 (21.09% from 255 or 21.54% from 246); Blue value is 129 (50.78% from 255 or 52.44% from 246); Max value from RGB is 129 - color contains mainly: blue. Hex color #403581 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403581 is #BFCA7E. Grayscale: #404040. Windows color (decimal): -12569215 or 8467776. OLE color: 8467776.

HSL color Cylindrical-coordinate representation of color #403581: hue angle of 248.68º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #403581 is Cyan = 0.50, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB6453129-
CMYK0.500.5900.49
HSL248.68º41.76%35.69%-
HSV(B)248.68º58.91%50.59%-
XYZ7.355.2221.39-
YUV64.95164.14127.32-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.02%
GREEN value IS 53 (21.09% from 255) = 21.54%
BLUE value IS 129 (50.78% from 255) = 52.44%
R=26.02%
G=21.54%
B=52.44%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal64531290.500.5900.49248.6841.7635.69
Hex403581323B031f92a24
Octal1006520162730613715244
Binary100000011010110000001110010111011011000111111001101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403581; }

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

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

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

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

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

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

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

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