#413E9B

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

Shades of Dark Slate Blue #413E9B

Tints of Dark Slate Blue #413E9B

Color information

#413E9B (or 0x413E9B) is unknown color: approx Dark Slate Blue. HEX triplet: 41, 3E and 9B. RGB value is (65,62,155). Sum of RGB (Red+Green+Blue) = 65+62+155=282 (37% of max value = 765). Red value is 65 (25.78% from 255 or 23.05% from 282); Green value is 62 (24.61% from 255 or 21.99% from 282); Blue value is 155 (60.94% from 255 or 54.96% from 282); Max value from RGB is 155 - color contains mainly: blue. Hex color #413E9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413E9B is #BEC164. Grayscale: #494949. Windows color (decimal): -12501349 or 10174017. OLE color: 10174017.

HSL color Cylindrical-coordinate representation of color #413E9B: hue angle of 241.94º degrees, saturation: 0.43, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #413E9B is Cyan = 0.58, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB6562155-
CMYK0.580.600.39
HSL241.94º42.86%42.55%-
HSV(B)241.94º60%60.78%-
XYZ9.826.9431.83-
YUV73.5173.99121.94-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.05%
GREEN value IS 62 (24.61% from 255) = 21.99%
BLUE value IS 155 (60.94% from 255) = 54.96%
R=23.05%
G=21.99%
B=54.96%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal65621550.580.600.39241.9442.8642.55
Hex413E9B3A3C027f22b2b
Octal1017623372740473625353
Binary100000111111010011011111010111100010011111110010101011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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