#413989

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

Shades of Dark Slate Blue #413989

Tints of Dark Slate Blue #413989

Color information

#413989 (or 0x413989) is unknown color: approx Dark Slate Blue. HEX triplet: 41, 39 and 89. RGB value is (65,57,137). Sum of RGB (Red+Green+Blue) = 65+57+137=259 (34% of max value = 765). Red value is 65 (25.78% from 255 or 25.10% from 259); Green value is 57 (22.66% from 255 or 22.01% from 259); Blue value is 137 (53.91% from 255 or 52.90% from 259); Max value from RGB is 137 - color contains mainly: blue. Hex color #413989 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413989 is #BEC676. Grayscale: #444444. Windows color (decimal): -12502647 or 8993089. OLE color: 8993089.

HSL color Cylindrical-coordinate representation of color #413989: hue angle of 246º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #413989 is Cyan = 0.53, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB6557137-
CMYK0.530.5800.46
HSL246º41.24%38.04%-
HSV(B)246º58.39%53.73%-
XYZ8.165.8624.37-
YUV68.51166.65125.5-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 25.10%
GREEN value IS 57 (22.66% from 255) = 22.01%
BLUE value IS 137 (53.91% from 255) = 52.90%
R=25.10%
G=22.01%
B=52.90%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal65571370.530.5800.4624641.2438.04
Hex413989353A02Ef62926
Octal1017121165720563665146
Binary100000111100110001001110101111010010111011110110101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413989; }

 p { color: rgb(65,57,137); }

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

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

 a { background-color: rgb(65,57,137); }

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

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

 span { border-color: rgb(65,57,137); }

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