#413689

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

Shades of Dark Slate Blue #413689

Tints of Dark Slate Blue #413689

Color information

#413689 (or 0x413689) is unknown color: approx Dark Slate Blue. HEX triplet: 41, 36 and 89. RGB value is (65,54,137). Sum of RGB (Red+Green+Blue) = 65+54+137=256 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.39% from 256); Green value is 54 (21.48% from 255 or 21.09% from 256); Blue value is 137 (53.91% from 255 or 53.52% from 256); Max value from RGB is 137 - color contains mainly: blue. Hex color #413689 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413689 is #BEC976. Grayscale: #424242. Windows color (decimal): -12503415 or 8992321. OLE color: 8992321.

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

Color convert

RGB6554137-
CMYK0.530.6100.46
HSL247.95º43.46%37.45%-
HSV(B)247.95º60.58%53.73%-
XYZ8.015.5724.32-
YUV66.75167.64126.75-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 25.39%
GREEN value IS 54 (21.48% from 255) = 21.09%
BLUE value IS 137 (53.91% from 255) = 53.52%
R=25.39%
G=21.09%
B=53.52%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal65541370.530.6100.46247.9543.4637.45
Hex413689353D02Ef82b25
Octal1016621165750563705345
Binary100000111011010001001110101111101010111011111000101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413689; }

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

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

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

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

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

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

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

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