#413B8B

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

Shades of Dark Slate Blue #413B8B

Tints of Dark Slate Blue #413B8B

Color information

#413B8B (or 0x413B8B) is unknown color: approx Dark Slate Blue. HEX triplet: 41, 3B and 8B. RGB value is (65,59,139). Sum of RGB (Red+Green+Blue) = 65+59+139=263 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.71% from 263); Green value is 59 (23.44% from 255 or 22.43% from 263); Blue value is 139 (54.69% from 255 or 52.85% from 263); Max value from RGB is 139 - color contains mainly: blue. Hex color #413B8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413B8B is #BEC474. Grayscale: #454545. Windows color (decimal): -12502133 or 9124673. OLE color: 9124673.

HSL color Cylindrical-coordinate representation of color #413B8B: hue angle of 244.5º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #413B8B is Cyan = 0.53, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6559139-
CMYK0.530.5800.45
HSL244.5º40.4%38.82%-
HSV(B)244.5º57.55%54.51%-
XYZ8.46.1225.16-
YUV69.91166.99124.5-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 24.71%
GREEN value IS 59 (23.44% from 255) = 22.43%
BLUE value IS 139 (54.69% from 255) = 52.85%
R=24.71%
G=22.43%
B=52.85%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal65591390.530.5800.45244.540.438.82
Hex413B8B353A02Df42827
Octal1017321365720553645047
Binary100000111101110001011110101111010010110111110100101000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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