Html Css Color HEX #403497 Dark Slate Blue

📋 copy color: '#403497'

red 64 ◦ green 52 ◦ blue 151

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

Shades of Dark Slate Blue #403497

Tints of Dark Slate Blue #403497

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 56.55%

R = 23.97%
G = 19.48%
B = 56.55%

CMYK

 C value IS 0.58

 M value IS 0.66

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#403497 (or 0x403497) is known color: Dark Slate Blue. HEX triplet: 40, 34 and 97. RGB value is (64,52,151). Sum of RGB (Red+Green+Blue) = 64+52+151=267 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.97% from 267); Green value is 52 (20.70% from 255 or 19.48% from 267); Blue value is 151 (59.38% from 255 or 56.55% from 267); Max value from RGB is 151 - color contains mainly: blue. Hex color #403497 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403497 is #BFCB68. Grayscale: #424242. Windows color (decimal): -12569449 or 9909312. OLE color: 9909312.

HSL color Cylindrical-coordinate representation of color #403497: hue angle of 247.27º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #403497 is Cyan = 0.58, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 64 52 151 -
CMYK 0.58 0.66 0 0.41
HSL 247.27º 0.49% 0.4% -
HSV(B) 247.27º 0.66% 0.59% -
XYZ 8.93 5.78 29.92 -
YUV 66.87 175.48 125.95 -
System Red Green Blue C M Y K H S L
Decimal 64 52 151 0.58 0.66 0 0.41 247.27 0.49 0.4
Hex 40 34 97 3A 42 0 29 F7 31 28
Octal 100 64 227 72 102 0 51 367 61 50
Binary 1000000 110100 10010111 111010 1000010 0 101001 11110111 110001 101000

Color Harmonies of #403497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403497

Black with #403497

Text Example


Text Example

White with #403497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403497; }

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

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

background-color css

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

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

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

border-color css

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

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

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