#413583

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

Shades of Dark Slate Blue #413583

Tints of Dark Slate Blue #413583

Color information

#413583 (or 0x413583) is unknown color: approx Dark Slate Blue. HEX triplet: 41, 35 and 83. RGB value is (65,53,131). Sum of RGB (Red+Green+Blue) = 65+53+131=249 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.10% from 249); Green value is 53 (21.09% from 255 or 21.29% from 249); Blue value is 131 (51.56% from 255 or 52.61% from 249); Max value from RGB is 131 - color contains mainly: blue. Hex color #413583 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413583 is #BECA7C. Grayscale: #414141. Windows color (decimal): -12503677 or 8598849. OLE color: 8598849.

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

Color convert

RGB6553131-
CMYK0.500.6000.49
HSL249.23º42.39%36.08%-
HSV(B)249.23º59.54%51.37%-
XYZ7.555.3122.1-
YUV65.48164.98127.66-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 26.10%
GREEN value IS 53 (21.09% from 255) = 21.29%
BLUE value IS 131 (51.56% from 255) = 52.61%
R=26.10%
G=21.29%
B=52.61%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal65531310.500.6000.49249.2342.3936.08
Hex413583323C031f92a24
Octal1016520362740613715244
Binary100000111010110000011110010111100011000111111001101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413583; }

 p { color: rgb(65,53,131); }

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

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

 a { background-color: rgb(65,53,131); }

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

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

 span { border-color: rgb(65,53,131); }

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