#413490

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

Shades of Dark Slate Blue #413490

Tints of Dark Slate Blue #413490

Color information

#413490 (or 0x413490) is unknown color: approx Dark Slate Blue. HEX triplet: 41, 34 and 90. RGB value is (65,52,144). Sum of RGB (Red+Green+Blue) = 65+52+144=261 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.90% from 261); Green value is 52 (20.70% from 255 or 19.92% from 261); Blue value is 144 (56.64% from 255 or 55.17% from 261); Max value from RGB is 144 - color contains mainly: blue. Hex color #413490 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413490 is #BECB6F. Grayscale: #424242. Windows color (decimal): -12503920 or 9450561. OLE color: 9450561.

HSL color Cylindrical-coordinate representation of color #413490: hue angle of 248.48º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #413490 is Cyan = 0.55, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB6552144-
CMYK0.550.6400.44
HSL248.48º46.94%38.43%-
HSV(B)248.48º63.89%56.47%-
XYZ8.445.5927.02-
YUV66.38171.81127.02-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 24.90%
GREEN value IS 52 (20.70% from 255) = 19.92%
BLUE value IS 144 (56.64% from 255) = 55.17%
R=24.90%
G=19.92%
B=55.17%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal65521440.550.6400.44248.4846.9438.43
Hex413490374002Cf82f26
Octal10164220671000543705746
Binary1000001110100100100001101111000000010110011111000101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413490; }

 p { color: rgb(65,52,144); }

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

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

 a { background-color: rgb(65,52,144); }

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

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

 span { border-color: rgb(65,52,144); }

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