#403482

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

Shades of Dark Slate Blue #403482

Tints of Dark Slate Blue #403482

Color information

#403482 (or 0x403482) is unknown color: approx Dark Slate Blue. HEX triplet: 40, 34 and 82. RGB value is (64,52,130). Sum of RGB (Red+Green+Blue) = 64+52+130=246 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.02% from 246); Green value is 52 (20.70% from 255 or 21.14% from 246); Blue value is 130 (51.17% from 255 or 52.85% from 246); Max value from RGB is 130 - color contains mainly: blue. Hex color #403482 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403482 is #BFCB7D. Grayscale: #404040. Windows color (decimal): -12569470 or 8533056. OLE color: 8533056.

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

Color convert

RGB6452130-
CMYK0.510.6000.49
HSL249.23º42.86%35.69%-
HSV(B)249.23º60%50.98%-
XYZ7.375.1621.73-
YUV64.48164.98127.66-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.02%
GREEN value IS 52 (20.70% from 255) = 21.14%
BLUE value IS 130 (51.17% from 255) = 52.85%
R=26.02%
G=21.14%
B=52.85%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal64521300.510.6000.49249.2342.8635.69
Hex403482333C031f92b24
Octal1006420263740613715344
Binary100000011010010000010110011111100011000111111001101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403482; }

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

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

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

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

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

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

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

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