#413799

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

Shades of Dark Slate Blue #413799

Tints of Dark Slate Blue #413799

Color information

#413799 (or 0x413799) is unknown color: approx Dark Slate Blue. HEX triplet: 41, 37 and 99. RGB value is (65,55,153). Sum of RGB (Red+Green+Blue) = 65+55+153=273 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.81% from 273); Green value is 55 (21.88% from 255 or 20.15% from 273); Blue value is 153 (60.16% from 255 or 56.04% from 273); Max value from RGB is 153 - color contains mainly: blue. Hex color #413799 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413799 is #BEC866. Grayscale: #444444. Windows color (decimal): -12503143 or 10041153. OLE color: 10041153.

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

Color convert

RGB6555153-
CMYK0.580.6400.4
HSL246.12º47.12%40.78%-
HSV(B)246.12º64.05%60%-
XYZ9.36.1630.84-
YUV69.16175.31125.03-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.81%
GREEN value IS 55 (21.88% from 255) = 20.15%
BLUE value IS 153 (60.16% from 255) = 56.04%
R=23.81%
G=20.15%
B=56.04%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal65551530.580.6400.4246.1247.1240.78
Hex4137993A40028f62f29
Octal10167231721000503665751
Binary1000001110111100110011110101000000010100011110110101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413799; }

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

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

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

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

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

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

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

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