#403882

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

Shades of Dark Slate Blue #403882

Tints of Dark Slate Blue #403882

Color information

#403882 (or 0x403882) is unknown color: approx Dark Slate Blue. HEX triplet: 40, 38 and 82. RGB value is (64,56,130). Sum of RGB (Red+Green+Blue) = 64+56+130=250 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.6% from 250); Green value is 56 (22.27% from 255 or 22.4% from 250); Blue value is 130 (51.17% from 255 or 52% from 250); Max value from RGB is 130 - color contains mainly: blue. Hex color #403882 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403882 is #BFC77D. Grayscale: #424242. Windows color (decimal): -12568446 or 8534080. OLE color: 8534080.

HSL color Cylindrical-coordinate representation of color #403882: hue angle of 246.49º degrees, saturation: 0.4, 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 #403882 is Cyan = 0.51, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB6456130-
CMYK0.510.5700.49
HSL246.49º39.78%36.47%-
HSV(B)246.49º56.92%50.98%-
XYZ7.565.5321.79-
YUV66.83163.65125.98-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.6%
GREEN value IS 56 (22.27% from 255) = 22.4%
BLUE value IS 130 (51.17% from 255) = 52%
R=25.6%
G=22.4%
B=52%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal64561300.510.5700.49246.4939.7836.47
Hex4038823339031f62824
Octal1007020263710613665044
Binary100000011100010000010110011111001011000111110110101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403882; }

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

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

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

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

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

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

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

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