#413C8B

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

Shades of Dark Slate Blue #413C8B

Tints of Dark Slate Blue #413C8B

Color information

#413C8B (or 0x413C8B) is unknown color: approx Dark Slate Blue. HEX triplet: 41, 3C and 8B. RGB value is (65,60,139). Sum of RGB (Red+Green+Blue) = 65+60+139=264 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.62% from 264); Green value is 60 (23.83% from 255 or 22.73% from 264); Blue value is 139 (54.69% from 255 or 52.65% from 264); Max value from RGB is 139 - color contains mainly: blue. Hex color #413C8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413C8B is #BEC374. Grayscale: #464646. Windows color (decimal): -12501877 or 9124929. OLE color: 9124929.

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

Color convert

RGB6560139-
CMYK0.530.5700.45
HSL243.8º39.7%39.02%-
HSV(B)243.8º56.83%54.51%-
XYZ8.466.2225.18-
YUV70.5166.66124.08-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 24.62%
GREEN value IS 60 (23.83% from 255) = 22.73%
BLUE value IS 139 (54.69% from 255) = 52.65%
R=24.62%
G=22.73%
B=52.65%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal65601390.530.5700.45243.839.739.02
Hex413C8B353902Df42827
Octal1017421365710553645047
Binary100000111110010001011110101111001010110111110100101000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413C8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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