#403982

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

Shades of Dark Slate Blue #403982

Tints of Dark Slate Blue #403982

Color information

#403982 (or 0x403982) is unknown color: approx Dark Slate Blue. HEX triplet: 40, 39 and 82. RGB value is (64,57,130). Sum of RGB (Red+Green+Blue) = 64+57+130=251 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.50% from 251); Green value is 57 (22.66% from 255 or 22.71% from 251); Blue value is 130 (51.17% from 255 or 51.79% from 251); Max value from RGB is 130 - color contains mainly: blue. Hex color #403982 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403982 is #BFC67D. Grayscale: #434343. Windows color (decimal): -12568190 or 8534336. OLE color: 8534336.

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

Color convert

RGB6457130-
CMYK0.510.5600.49
HSL245.75º39.04%36.67%-
HSV(B)245.75º56.15%50.98%-
XYZ7.615.6321.8-
YUV67.41163.32125.56-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.50%
GREEN value IS 57 (22.66% from 255) = 22.71%
BLUE value IS 130 (51.17% from 255) = 51.79%
R=25.50%
G=22.71%
B=51.79%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal64571300.510.5600.49245.7539.0436.67
Hex4039823338031f62725
Octal1007120263700613664745
Binary100000011100110000010110011111000011000111110110100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403982; }

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

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

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

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

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

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

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

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