#403680

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

Shades of Dark Slate Blue #403680

Tints of Dark Slate Blue #403680

Color information

#403680 (or 0x403680) is unknown color: approx Dark Slate Blue. HEX triplet: 40, 36 and 80. RGB value is (64,54,128). Sum of RGB (Red+Green+Blue) = 64+54+128=246 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.02% from 246); Green value is 54 (21.48% from 255 or 21.95% from 246); Blue value is 128 (50.39% from 255 or 52.03% from 246); Max value from RGB is 128 - color contains mainly: blue. Hex color #403680 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403680 is #BFC97F. Grayscale: #414141. Windows color (decimal): -12568960 or 8402496. OLE color: 8402496.

HSL color Cylindrical-coordinate representation of color #403680: hue angle of 248.11º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #403680 is Cyan = 0.5, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB6454128-
CMYK0.50.5800.50
HSL248.11º40.66%35.69%-
HSV(B)248.11º57.81%50.2%-
XYZ7.335.2921.06-
YUV65.43163.31126.98-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.02%
GREEN value IS 54 (21.48% from 255) = 21.95%
BLUE value IS 128 (50.39% from 255) = 52.03%
R=26.02%
G=21.95%
B=52.03%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal64541280.50.5800.50248.1140.6635.69
Hex403680323A032f82924
Octal1006620062720623705144
Binary100000011011010000000110010111010011001011111000101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403680; }

 p { color: rgb(64,54,128); }

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

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

 a { background-color: rgb(64,54,128); }

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

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

 span { border-color: rgb(64,54,128); }

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