Html Css Color HEX #403580 Dark Slate Blue

📋 copy color: '#403580'

red 64 ◦ green 53 ◦ blue 128

#403580
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Slate Blue #403580

Tints of Dark Slate Blue #403580

RGB

 RED value IS 64 (25.39% from 255) = 26.12%

 GREEN value IS 53 (21.09% from 255) = 21.63%

 BLUE value IS 128 (50.39% from 255) = 52.24%

R = 26.12%
G = 21.63%
B = 52.24%

CMYK

 C value IS 0.5

 M value IS 0.59

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#403580 (or 0x403580) is known color: Dark Slate Blue. HEX triplet: 40, 35 and 80. RGB value is (64,53,128). Sum of RGB (Red+Green+Blue) = 64+53+128=245 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.12% from 245); Green value is 53 (21.09% from 255 or 21.63% from 245); Blue value is 128 (50.39% from 255 or 52.24% from 245); Max value from RGB is 128 - color contains mainly: blue. Hex color #403580 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403580 is #BFCA7F. Grayscale: #404040. Windows color (decimal): -12569216 or 8402240. OLE color: 8402240.

HSL color Cylindrical-coordinate representation of color #403580: hue angle of 248.8º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #403580 is Cyan = 0.5, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 64 53 128 -
CMYK 0.5 0.59 0 0.50
HSL 248.8º 0.41% 0.35% -
HSV(B) 248.8º 0.59% 0.5% -
XYZ 7.28 5.19 21.04 -
YUV 64.84 163.64 127.4 -
System Red Green Blue C M Y K H S L
Decimal 64 53 128 0.5 0.59 0 0.50 248.8 0.41 0.35
Hex 40 35 80 32 3B 0 32 F9 29 23
Octal 100 65 200 62 73 0 62 371 51 43
Binary 1000000 110101 10000000 110010 111011 0 110010 11111001 101001 100011

Color Harmonies of #403580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403580

Black with #403580

Text Example


Text Example

White with #403580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403580; }

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

 H1.HeaderClassName
 {
   color: #403580;
 }
 .AnyTagClassName
 {
   color: #403580;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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