#413786

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

Shades of Dark Slate Blue #413786

Tints of Dark Slate Blue #413786

Color information

#413786 (or 0x413786) is unknown color: approx Dark Slate Blue. HEX triplet: 41, 37 and 86. RGB value is (65,55,134). Sum of RGB (Red+Green+Blue) = 65+55+134=254 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.59% from 254); Green value is 55 (21.88% from 255 or 21.65% from 254); Blue value is 134 (52.73% from 255 or 52.76% from 254); Max value from RGB is 134 - color contains mainly: blue. Hex color #413786 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413786 is #BEC879. Grayscale: #424242. Windows color (decimal): -12503162 or 8795969. OLE color: 8795969.

HSL color Cylindrical-coordinate representation of color #413786: hue angle of 247.59º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #413786 is Cyan = 0.51, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB6555134-
CMYK0.510.5900.47
HSL247.59º41.8%37.06%-
HSV(B)247.59º58.96%52.55%-
XYZ7.855.5823.22-
YUV67165.81126.58-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 25.59%
GREEN value IS 55 (21.88% from 255) = 21.65%
BLUE value IS 134 (52.73% from 255) = 52.76%
R=25.59%
G=21.65%
B=52.76%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal65551340.510.5900.47247.5941.837.06
Hex413786333B02Ff82a25
Octal1016720663730573705245
Binary100000111011110000110110011111011010111111111000101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413786; }

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

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

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

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

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

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

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

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