#413E99

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

Shades of Dark Slate Blue #413E99

Tints of Dark Slate Blue #413E99

Color information

#413E99 (or 0x413E99) is unknown color: approx Dark Slate Blue. HEX triplet: 41, 3E and 99. RGB value is (65,62,153). Sum of RGB (Red+Green+Blue) = 65+62+153=280 (37% of max value = 765). Red value is 65 (25.78% from 255 or 23.21% from 280); Green value is 62 (24.61% from 255 or 22.14% from 280); Blue value is 153 (60.16% from 255 or 54.64% from 280); Max value from RGB is 153 - color contains mainly: blue. Hex color #413E99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413E99 is #BEC166. Grayscale: #484848. Windows color (decimal): -12501351 or 10042945. OLE color: 10042945.

HSL color Cylindrical-coordinate representation of color #413E99: hue angle of 241.98º degrees, saturation: 0.42, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #413E99 is Cyan = 0.58, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB6562153-
CMYK0.580.5900.4
HSL241.98º42.33%42.16%-
HSV(B)241.98º59.48%60%-
XYZ9.656.8730.95-
YUV73.27172.99122.1-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.21%
GREEN value IS 62 (24.61% from 255) = 22.14%
BLUE value IS 153 (60.16% from 255) = 54.64%
R=23.21%
G=22.14%
B=54.64%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal65621530.580.5900.4241.9842.3342.16
Hex413E993A3B028f22a2a
Octal1017623172730503625252
Binary100000111111010011001111010111011010100011110010101010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413E99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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