#413B8D

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

Shades of Dark Slate Blue #413B8D

Tints of Dark Slate Blue #413B8D

Color information

#413B8D (or 0x413B8D) is unknown color: approx Dark Slate Blue. HEX triplet: 41, 3B and 8D. RGB value is (65,59,141). Sum of RGB (Red+Green+Blue) = 65+59+141=265 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.53% from 265); Green value is 59 (23.44% from 255 or 22.26% from 265); Blue value is 141 (55.47% from 255 or 53.21% from 265); Max value from RGB is 141 - color contains mainly: blue. Hex color #413B8D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413B8D is #BEC472. Grayscale: #454545. Windows color (decimal): -12502131 or 9255745. OLE color: 9255745.

HSL color Cylindrical-coordinate representation of color #413B8D: hue angle of 244.39º degrees, saturation: 0.41, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #413B8D is Cyan = 0.54, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6559141-
CMYK0.540.5800.45
HSL244.39º41%39.22%-
HSV(B)244.39º58.16%55.29%-
XYZ8.556.1725.94-
YUV70.14167.99124.33-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 24.53%
GREEN value IS 59 (23.44% from 255) = 22.26%
BLUE value IS 141 (55.47% from 255) = 53.21%
R=24.53%
G=22.26%
B=53.21%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal65591410.540.5800.45244.394139.22
Hex413B8D363A02Df42927
Octal1017321566720553645147
Binary100000111101110001101110110111010010110111110100101001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413B8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,59,141); }

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

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

 a { background-color: rgb(65,59,141); }

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

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

 span { border-color: rgb(65,59,141); }

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