#413E8F

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

Shades of Dark Slate Blue #413E8F

Tints of Dark Slate Blue #413E8F

Color information

#413E8F (or 0x413E8F) is unknown color: approx Dark Slate Blue. HEX triplet: 41, 3E and 8F. RGB value is (65,62,143). Sum of RGB (Red+Green+Blue) = 65+62+143=270 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.07% from 270); Green value is 62 (24.61% from 255 or 22.96% from 270); Blue value is 143 (56.25% from 255 or 52.96% from 270); Max value from RGB is 143 - color contains mainly: blue. Hex color #413E8F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413E8F is #BEC170. Grayscale: #474747. Windows color (decimal): -12501361 or 9387585. OLE color: 9387585.

HSL color Cylindrical-coordinate representation of color #413E8F: hue angle of 242.22º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #413E8F is Cyan = 0.55, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB6562143-
CMYK0.550.5700.44
HSL242.22º39.51%40.2%-
HSV(B)242.22º56.64%56.08%-
XYZ8.866.5526.78-
YUV72.13167.99122.91-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 24.07%
GREEN value IS 62 (24.61% from 255) = 22.96%
BLUE value IS 143 (56.25% from 255) = 52.96%
R=24.07%
G=22.96%
B=52.96%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal65621430.550.5700.44242.2239.5140.2
Hex413E8F373902Cf22828
Octal1017621767710543625050
Binary100000111111010001111110111111001010110011110010101000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413E8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,62,143); }

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

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

 a { background-color: rgb(65,62,143); }

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

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

 span { border-color: rgb(65,62,143); }

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