Html Css Color HEX #403DA1 Dark Slate Blue

📋 copy color: '#403DA1'

red 64 ◦ green 61 ◦ blue 161

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

Shades of Dark Slate Blue #403DA1

Tints of Dark Slate Blue #403DA1

RGB

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

 GREEN value IS 61 (24.22% from 255) = 21.33%

 BLUE value IS 161 (63.28% from 255) = 56.29%

R = 22.38%
G = 21.33%
B = 56.29%

CMYK

 C value IS 0.60

 M value IS 0.62

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#403DA1 (or 0x403DA1) is known color: Dark Slate Blue. HEX triplet: 40, 3D and A1. RGB value is (64,61,161). Sum of RGB (Red+Green+Blue) = 64+61+161=286 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.38% from 286); Green value is 61 (24.22% from 255 or 21.33% from 286); Blue value is 161 (63.28% from 255 or 56.29% from 286); Max value from RGB is 161 - color contains mainly: blue. Hex color #403DA1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403DA1 is #BFC25E. Grayscale: #484848. Windows color (decimal): -12567135 or 10566976. OLE color: 10566976.

HSL color Cylindrical-coordinate representation of color #403DA1: hue angle of 241.8º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #403DA1 is Cyan = 0.60, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 64 61 161 -
CMYK 0.60 0.62 0 0.37
HSL 241.8º 0.45% 0.44% -
HSV(B) 241.8º 0.62% 0.63% -
XYZ 10.22 7 34.53 -
YUV 73.3 177.49 121.37 -
System Red Green Blue C M Y K H S L
Decimal 64 61 161 0.60 0.62 0 0.37 241.8 0.45 0.44
Hex 40 3D A1 3C 3E 0 25 F2 2D 2C
Octal 100 75 241 74 76 0 45 362 55 54
Binary 1000000 111101 10100001 111100 111110 0 100101 11110010 101101 101100

Color Harmonies of #403DA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403DA1

Black with #403DA1

Text Example


Text Example

White with #403DA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403DA1; }

 p { color: rgb(64,61,161); }

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

background-color css

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

 a { background-color: rgb(64,61,161); }

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

border-color css

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

 span { border-color: rgb(64,61,161); }

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