#403881

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

Shades of Dark Slate Blue #403881

Tints of Dark Slate Blue #403881

Color information

#403881 (or 0x403881) is unknown color: approx Dark Slate Blue. HEX triplet: 40, 38 and 81. RGB value is (64,56,129). Sum of RGB (Red+Green+Blue) = 64+56+129=249 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.70% from 249); Green value is 56 (22.27% from 255 or 22.49% from 249); Blue value is 129 (50.78% from 255 or 51.81% from 249); Max value from RGB is 129 - color contains mainly: blue. Hex color #403881 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403881 is #BFC77E. Grayscale: #424242. Windows color (decimal): -12568447 or 8468544. OLE color: 8468544.

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

Color convert

RGB6456129-
CMYK0.500.5700.49
HSL246.58º39.46%36.27%-
HSV(B)246.58º56.59%50.59%-
XYZ7.495.521.44-
YUV66.71163.15126.06-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.70%
GREEN value IS 56 (22.27% from 255) = 22.49%
BLUE value IS 129 (50.78% from 255) = 51.81%
R=25.70%
G=22.49%
B=51.81%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal64561290.500.5700.49246.5839.4636.27
Hex4038813239031f72724
Octal1007020162710613674744
Binary100000011100010000001110010111001011000111110111100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403881; }

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

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

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

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

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

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

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

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