Html Css Color HEX #403DA0 Dark Slate Blue

📋 copy color: '#403DA0'

red 64 ◦ green 61 ◦ blue 160

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

Shades of Dark Slate Blue #403DA0

Tints of Dark Slate Blue #403DA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 56.14%

R = 22.46%
G = 21.4%
B = 56.14%

CMYK

 C value IS 0.6

 M value IS 0.62

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#403DA0 (or 0x403DA0) is known color: Dark Slate Blue. HEX triplet: 40, 3D and A0. RGB value is (64,61,160). Sum of RGB (Red+Green+Blue) = 64+61+160=285 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.46% from 285); Green value is 61 (24.22% from 255 or 21.40% from 285); Blue value is 160 (62.89% from 255 or 56.14% from 285); Max value from RGB is 160 - color contains mainly: blue. Hex color #403DA0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403DA0 is #BFC25F. Grayscale: #484848. Windows color (decimal): -12567136 or 10501440. OLE color: 10501440.

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

Color convert

RGB 64 61 160 -
CMYK 0.6 0.62 0 0.37
HSL 241.82º 0.45% 0.43% -
HSV(B) 241.82º 0.62% 0.63% -
XYZ 10.13 6.97 34.07 -
YUV 73.18 176.99 121.45 -
System Red Green Blue C M Y K H S L
Decimal 64 61 160 0.6 0.62 0 0.37 241.82 0.45 0.43
Hex 40 3D A0 3C 3E 0 25 F2 2D 2B
Octal 100 75 240 74 76 0 45 362 55 53
Binary 1000000 111101 10100000 111100 111110 0 100101 11110010 101101 101011

Color Harmonies of #403DA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403DA0

Black with #403DA0

Text Example


Text Example

White with #403DA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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