Html Css Color HEX #403595 Dark Slate Blue

📋 copy color: '#403595'

red 64 ◦ green 53 ◦ blue 149

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

Shades of Dark Slate Blue #403595

Tints of Dark Slate Blue #403595

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 56.02%

R = 24.06%
G = 19.92%
B = 56.02%

CMYK

 C value IS 0.57

 M value IS 0.64

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#403595 (or 0x403595) is known color: Dark Slate Blue. HEX triplet: 40, 35 and 95. RGB value is (64,53,149). Sum of RGB (Red+Green+Blue) = 64+53+149=266 (35% of max value = 765). Red value is 64 (25.39% from 255 or 24.06% from 266); Green value is 53 (21.09% from 255 or 19.92% from 266); Blue value is 149 (58.59% from 255 or 56.02% from 266); Max value from RGB is 149 - color contains mainly: blue. Hex color #403595 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403595 is #BFCA6A. Grayscale: #424242. Windows color (decimal): -12569195 or 9778496. OLE color: 9778496.

HSL color Cylindrical-coordinate representation of color #403595: hue angle of 246.88º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #403595 is Cyan = 0.57, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 64 53 149 -
CMYK 0.57 0.64 0 0.42
HSL 246.88º 0.48% 0.4% -
HSV(B) 246.88º 0.64% 0.58% -
XYZ 8.81 5.81 29.09 -
YUV 67.23 174.14 125.69 -
System Red Green Blue C M Y K H S L
Decimal 64 53 149 0.57 0.64 0 0.42 246.88 0.48 0.4
Hex 40 35 95 39 40 0 2A F7 30 28
Octal 100 65 225 71 100 0 52 367 60 50
Binary 1000000 110101 10010101 111001 1000000 0 101010 11110111 110000 101000

Color Harmonies of #403595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403595

Black with #403595

Text Example


Text Example

White with #403595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403595; }

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

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

background-color css

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

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

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

border-color css

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

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

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