#403585

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

Shades of Dark Slate Blue #403585

Tints of Dark Slate Blue #403585

Color information

#403585 (or 0x403585) is unknown color: approx Dark Slate Blue. HEX triplet: 40, 35 and 85. RGB value is (64,53,133). Sum of RGB (Red+Green+Blue) = 64+53+133=250 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.6% from 250); Green value is 53 (21.09% from 255 or 21.2% from 250); Blue value is 133 (52.34% from 255 or 53.2% from 250); Max value from RGB is 133 - color contains mainly: blue. Hex color #403585 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403585 is #BFCA7A. Grayscale: #414141. Windows color (decimal): -12569211 or 8729920. OLE color: 8729920.

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

Color convert

RGB6453133-
CMYK0.520.6000.48
HSL248.25º43.01%36.47%-
HSV(B)248.25º60.15%52.16%-
XYZ7.625.3322.82-
YUV65.41166.14127-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.6%
GREEN value IS 53 (21.09% from 255) = 21.2%
BLUE value IS 133 (52.34% from 255) = 53.2%
R=25.6%
G=21.2%
B=53.2%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal64531330.520.6000.48248.2543.0136.47
Hex403585343C030f82b24
Octal1006520564740603705344
Binary100000011010110000101110100111100011000011111000101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403585; }

 p { color: rgb(64,53,133); }

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

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

 a { background-color: rgb(64,53,133); }

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

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

 span { border-color: rgb(64,53,133); }

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