#413E87

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

Shades of Dark Slate Blue #413E87

Tints of Dark Slate Blue #413E87

Color information

#413E87 (or 0x413E87) is unknown color: approx Dark Slate Blue. HEX triplet: 41, 3E and 87. RGB value is (65,62,135). Sum of RGB (Red+Green+Blue) = 65+62+135=262 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.81% from 262); Green value is 62 (24.61% from 255 or 23.66% from 262); Blue value is 135 (53.12% from 255 or 51.53% from 262); Max value from RGB is 135 - color contains mainly: blue. Hex color #413E87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413E87 is #BEC178. Grayscale: #464646. Windows color (decimal): -12501369 or 8863297. OLE color: 8863297.

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

Color convert

RGB6562135-
CMYK0.520.5400.47
HSL242.47º37.06%38.63%-
HSV(B)242.47º54.07%52.94%-
XYZ8.286.3223.71-
YUV71.22163.99123.56-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 24.81%
GREEN value IS 62 (24.61% from 255) = 23.66%
BLUE value IS 135 (53.12% from 255) = 51.53%
R=24.81%
G=23.66%
B=51.53%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal65621350.520.5400.47242.4737.0638.63
Hex413E87343602Ff22527
Octal1017620764660573624547
Binary100000111111010000111110100110110010111111110010100101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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