#412E87

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

Shades of Dark Slate Blue #412E87

Tints of Dark Slate Blue #412E87

Color information

#412E87 (or 0x412E87) is unknown color: approx Dark Slate Blue. HEX triplet: 41, 2E and 87. RGB value is (65,46,135). Sum of RGB (Red+Green+Blue) = 65+46+135=246 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.42% from 246); Green value is 46 (18.36% from 255 or 18.70% from 246); Blue value is 135 (53.12% from 255 or 54.88% from 246); Max value from RGB is 135 - color contains mainly: blue. Hex color #412E87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #412E87 is #BED178. Grayscale: #3D3D3D. Windows color (decimal): -12505465 or 8859201. OLE color: 8859201.

HSL color Cylindrical-coordinate representation of color #412E87: hue angle of 252.81º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #412E87 is Cyan = 0.52, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB6546135-
CMYK0.520.6600.47
HSL252.81º49.17%35.49%-
HSV(B)252.81º65.93%52.94%-
XYZ7.534.8323.46-
YUV61.83169.29130.26-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 26.42%
GREEN value IS 46 (18.36% from 255) = 18.70%
BLUE value IS 135 (53.12% from 255) = 54.88%
R=26.42%
G=18.70%
B=54.88%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal65461350.520.6600.47252.8149.1735.49
Hex412E87344202Ffd3123
Octal10156207641020573756143
Binary1000001101110100001111101001000010010111111111101110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412E87; }

 p { color: rgb(65,46,135); }

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

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

 a { background-color: rgb(65,46,135); }

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

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

 span { border-color: rgb(65,46,135); }

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