#413781

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

Shades of Dark Slate Blue #413781

Tints of Dark Slate Blue #413781

Color information

#413781 (or 0x413781) is unknown color: approx Dark Slate Blue. HEX triplet: 41, 37 and 81. RGB value is (65,55,129). Sum of RGB (Red+Green+Blue) = 65+55+129=249 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.10% from 249); Green value is 55 (21.88% from 255 or 22.09% from 249); Blue value is 129 (50.78% from 255 or 51.81% from 249); Max value from RGB is 129 - color contains mainly: blue. Hex color #413781 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413781 is #BEC87E. Grayscale: #424242. Windows color (decimal): -12503167 or 8468289. OLE color: 8468289.

HSL color Cylindrical-coordinate representation of color #413781: hue angle of 248.11º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #413781 is Cyan = 0.50, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB6555129-
CMYK0.500.5700.49
HSL248.11º40.22%36.08%-
HSV(B)248.11º57.36%50.59%-
XYZ7.515.4421.42-
YUV66.43163.31126.98-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 26.10%
GREEN value IS 55 (21.88% from 255) = 22.09%
BLUE value IS 129 (50.78% from 255) = 51.81%
R=26.10%
G=22.09%
B=51.81%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal65551290.500.5700.49248.1140.2236.08
Hex4137813239031f82824
Octal1016720162710613705044
Binary100000111011110000001110010111001011000111111000101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413781; }

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

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

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

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

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

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

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

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