#413D9F

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

Shades of Dark Slate Blue #413D9F

Tints of Dark Slate Blue #413D9F

Color information

#413D9F (or 0x413D9F) is unknown color: approx Dark Slate Blue. HEX triplet: 41, 3D and 9F. RGB value is (65,61,159). Sum of RGB (Red+Green+Blue) = 65+61+159=285 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.81% from 285); Green value is 61 (24.22% from 255 or 21.40% from 285); Blue value is 159 (62.5% from 255 or 55.79% from 285); Max value from RGB is 159 - color contains mainly: blue. Hex color #413D9F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413D9F is #BEC260. Grayscale: #484848. Windows color (decimal): -12501601 or 10435905. OLE color: 10435905.

HSL color Cylindrical-coordinate representation of color #413D9F: hue angle of 242.45º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #413D9F is Cyan = 0.59, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB6561159-
CMYK0.590.6200.38
HSL242.45º44.55%43.14%-
HSV(B)242.45º61.64%62.35%-
XYZ10.116.9633.61-
YUV73.37176.33122.03-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.81%
GREEN value IS 61 (24.22% from 255) = 21.40%
BLUE value IS 159 (62.5% from 255) = 55.79%
R=22.81%
G=21.40%
B=55.79%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal65611590.590.6200.38242.4544.5543.14
Hex413D9F3B3E026f22d2b
Octal1017523773760463625553
Binary100000111110110011111111011111110010011011110010101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413D9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,61,159); }

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

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

 a { background-color: rgb(65,61,159); }

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

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

 span { border-color: rgb(65,61,159); }

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