#413B9E

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

Shades of Dark Slate Blue #413B9E

Tints of Dark Slate Blue #413B9E

Color information

#413B9E (or 0x413B9E) is unknown color: approx Dark Slate Blue. HEX triplet: 41, 3B and 9E. RGB value is (65,59,158). Sum of RGB (Red+Green+Blue) = 65+59+158=282 (37% of max value = 765). Red value is 65 (25.78% from 255 or 23.05% from 282); Green value is 59 (23.44% from 255 or 20.92% from 282); Blue value is 158 (62.11% from 255 or 56.03% from 282); Max value from RGB is 158 - color contains mainly: blue. Hex color #413B9E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413B9E is #BEC461. Grayscale: #474747. Windows color (decimal): -12502114 or 10369857. OLE color: 10369857.

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

Color convert

RGB6559158-
CMYK0.590.6300.38
HSL243.64º45.62%42.55%-
HSV(B)243.64º62.66%61.96%-
XYZ9.926.7233.12-
YUV72.08176.49122.95-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.05%
GREEN value IS 59 (23.44% from 255) = 20.92%
BLUE value IS 158 (62.11% from 255) = 56.03%
R=23.05%
G=20.92%
B=56.03%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal65591580.590.6300.38243.6445.6242.55
Hex413B9E3B3F026f42e2b
Octal1017323673770463645653
Binary100000111101110011110111011111111010011011110100101110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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