Html Css Color HEX #403495 Dark Slate Blue

📋 copy color: '#403495'

red 64 ◦ green 52 ◦ blue 149

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

Shades of Dark Slate Blue #403495

Tints of Dark Slate Blue #403495

RGB

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

 GREEN value IS 52 (20.7% from 255) = 19.62%

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

R = 24.15%
G = 19.62%
B = 56.23%

CMYK

 C value IS 0.57

 M value IS 0.65

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#403495 (or 0x403495) is known color: Dark Slate Blue. HEX triplet: 40, 34 and 95. RGB value is (64,52,149). Sum of RGB (Red+Green+Blue) = 64+52+149=265 (35% of max value = 765). Red value is 64 (25.39% from 255 or 24.15% from 265); Green value is 52 (20.70% from 255 or 19.62% from 265); Blue value is 149 (58.59% from 255 or 56.23% from 265); Max value from RGB is 149 - color contains mainly: blue. Hex color #403495 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403495 is #BFCB6A. Grayscale: #424242. Windows color (decimal): -12569451 or 9778240. OLE color: 9778240.

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

Color convert

RGB 64 52 149 -
CMYK 0.57 0.65 0 0.42
HSL 247.42º 0.48% 0.39% -
HSV(B) 247.42º 0.65% 0.58% -
XYZ 8.77 5.72 29.07 -
YUV 66.65 174.48 126.11 -
System Red Green Blue C M Y K H S L
Decimal 64 52 149 0.57 0.65 0 0.42 247.42 0.48 0.39
Hex 40 34 95 39 41 0 2A F7 30 27
Octal 100 64 225 71 101 0 52 367 60 47
Binary 1000000 110100 10010101 111001 1000001 0 101010 11110111 110000 100111

Color Harmonies of #403495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403495

Black with #403495

Text Example


Text Example

White with #403495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403495; }

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

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

background-color css

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

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

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

border-color css

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

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

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