#403480

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

Shades of Dark Slate Blue #403480

Tints of Dark Slate Blue #403480

Color information

#403480 (or 0x403480) is unknown color: approx Dark Slate Blue. HEX triplet: 40, 34 and 80. RGB value is (64,52,128). Sum of RGB (Red+Green+Blue) = 64+52+128=244 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.23% from 244); Green value is 52 (20.70% from 255 or 21.31% from 244); Blue value is 128 (50.39% from 255 or 52.46% from 244); Max value from RGB is 128 - color contains mainly: blue. Hex color #403480 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403480 is #BFCB7F. Grayscale: #3F3F3F. Windows color (decimal): -12569472 or 8401984. OLE color: 8401984.

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

Color convert

RGB6452128-
CMYK0.50.5900.50
HSL249.47º42.22%35.29%-
HSV(B)249.47º59.38%50.2%-
XYZ7.245.121.03-
YUV64.25163.98127.82-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.23%
GREEN value IS 52 (20.70% from 255) = 21.31%
BLUE value IS 128 (50.39% from 255) = 52.46%
R=26.23%
G=21.31%
B=52.46%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal64521280.50.5900.50249.4742.2235.29
Hex403480323B032f92a23
Octal1006420062730623715243
Binary100000011010010000000110010111011011001011111001101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403480; }

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

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

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

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

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

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

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

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