#413684

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

Shades of Dark Slate Blue #413684

Tints of Dark Slate Blue #413684

Color information

#413684 (or 0x413684) is unknown color: approx Dark Slate Blue. HEX triplet: 41, 36 and 84. RGB value is (65,54,132). Sum of RGB (Red+Green+Blue) = 65+54+132=251 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.90% from 251); Green value is 54 (21.48% from 255 or 21.51% from 251); Blue value is 132 (51.95% from 255 or 52.59% from 251); Max value from RGB is 132 - color contains mainly: blue. Hex color #413684 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413684 is #BEC97B. Grayscale: #414141. Windows color (decimal): -12503420 or 8664641. OLE color: 8664641.

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

Color convert

RGB6554132-
CMYK0.510.5900.48
HSL248.46º41.94%36.47%-
HSV(B)248.46º59.09%51.76%-
XYZ7.665.4322.47-
YUV66.18165.14127.16-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 25.90%
GREEN value IS 54 (21.48% from 255) = 21.51%
BLUE value IS 132 (51.95% from 255) = 52.59%
R=25.90%
G=21.51%
B=52.59%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal65541320.510.5900.48248.4641.9436.47
Hex413684333B030f82a24
Octal1016620463730603705244
Binary100000111011010000100110011111011011000011111000101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413684; }

 p { color: rgb(65,54,132); }

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

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

 a { background-color: rgb(65,54,132); }

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

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

 span { border-color: rgb(65,54,132); }

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