#413B89

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

Shades of Dark Slate Blue #413B89

Tints of Dark Slate Blue #413B89

Color information

#413B89 (or 0x413B89) is unknown color: approx Dark Slate Blue. HEX triplet: 41, 3B and 89. RGB value is (65,59,137). Sum of RGB (Red+Green+Blue) = 65+59+137=261 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.90% from 261); Green value is 59 (23.44% from 255 or 22.61% from 261); Blue value is 137 (53.91% from 255 or 52.49% from 261); Max value from RGB is 137 - color contains mainly: blue. Hex color #413B89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413B89 is #BEC476. Grayscale: #454545. Windows color (decimal): -12502135 or 8993601. OLE color: 8993601.

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

Color convert

RGB6559137-
CMYK0.530.5700.46
HSL244.62º39.8%38.43%-
HSV(B)244.62º56.93%53.73%-
XYZ8.266.0624.4-
YUV69.69165.99124.66-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 24.90%
GREEN value IS 59 (23.44% from 255) = 22.61%
BLUE value IS 137 (53.91% from 255) = 52.49%
R=24.90%
G=22.61%
B=52.49%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal65591370.530.5700.46244.6239.838.43
Hex413B89353902Ef52826
Octal1017321165710563655046
Binary100000111101110001001110101111001010111011110101101000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413B89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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