#403181

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

Shades of Dark Slate Blue #403181

Tints of Dark Slate Blue #403181

Color information

#403181 (or 0x403181) is unknown color: approx Dark Slate Blue. HEX triplet: 40, 31 and 81. RGB value is (64,49,129). Sum of RGB (Red+Green+Blue) = 64+49+129=242 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.45% from 242); Green value is 49 (19.53% from 255 or 20.25% from 242); Blue value is 129 (50.78% from 255 or 53.31% from 242); Max value from RGB is 129 - color contains mainly: blue. Hex color #403181 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403181 is #BFCE7E. Grayscale: #3E3E3E. Windows color (decimal): -12570239 or 8466752. OLE color: 8466752.

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

Color convert

RGB6449129-
CMYK0.500.6200.49
HSL251.25º44.94%34.9%-
HSV(B)251.25º62.02%50.59%-
XYZ7.184.8721.33-
YUV62.6165.47129-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.45%
GREEN value IS 49 (19.53% from 255) = 20.25%
BLUE value IS 129 (50.78% from 255) = 53.31%
R=26.45%
G=20.25%
B=53.31%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal64491290.500.6200.49251.2544.9434.9
Hex403181323E031fb2d23
Octal1006120162760613735543
Binary100000011000110000001110010111110011000111111011101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403181; }

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

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

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

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

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

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

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

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