#413889

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

Shades of Dark Slate Blue #413889

Tints of Dark Slate Blue #413889

Color information

#413889 (or 0x413889) is unknown color: approx Dark Slate Blue. HEX triplet: 41, 38 and 89. RGB value is (65,56,137). Sum of RGB (Red+Green+Blue) = 65+56+137=258 (34% of max value = 765). Red value is 65 (25.78% from 255 or 25.19% from 258); Green value is 56 (22.27% from 255 or 21.71% from 258); Blue value is 137 (53.91% from 255 or 53.10% from 258); Max value from RGB is 137 - color contains mainly: blue. Hex color #413889 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413889 is #BEC776. Grayscale: #434343. Windows color (decimal): -12502903 or 8992833. OLE color: 8992833.

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

Color convert

RGB6556137-
CMYK0.530.5900.46
HSL246.67º41.97%37.84%-
HSV(B)246.67º59.12%53.73%-
XYZ8.115.7624.35-
YUV67.92166.98125.91-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 25.19%
GREEN value IS 56 (22.27% from 255) = 21.71%
BLUE value IS 137 (53.91% from 255) = 53.10%
R=25.19%
G=21.71%
B=53.10%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal65561370.530.5900.46246.6741.9737.84
Hex413889353B02Ef72a26
Octal1017021165730563675246
Binary100000111100010001001110101111011010111011110111101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413889; }

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

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

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

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

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

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

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

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