Html Css Color HEX #403FA0 Dark Slate Blue

📋 copy color: '#403FA0'

red 64 ◦ green 63 ◦ blue 160

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

Shades of Dark Slate Blue #403FA0

Tints of Dark Slate Blue #403FA0

RGB

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

 GREEN value IS 63 (25% from 255) = 21.95%

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

R = 22.3%
G = 21.95%
B = 55.75%

CMYK

 C value IS 0.6

 M value IS 0.61

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#403FA0 (or 0x403FA0) is known color: Dark Slate Blue. HEX triplet: 40, 3F and A0. RGB value is (64,63,160). Sum of RGB (Red+Green+Blue) = 64+63+160=287 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.30% from 287); Green value is 63 (25% from 255 or 21.95% from 287); Blue value is 160 (62.89% from 255 or 55.75% from 287); Max value from RGB is 160 - color contains mainly: blue. Hex color #403FA0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403FA0 is #BFC05F. Grayscale: #494949. Windows color (decimal): -12566624 or 10501952. OLE color: 10501952.

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

Color convert

RGB 64 63 160 -
CMYK 0.6 0.61 0 0.37
HSL 240.62º 0.43% 0.44% -
HSV(B) 240.62º 0.61% 0.63% -
XYZ 10.24 7.18 34.1 -
YUV 74.36 176.33 120.61 -
System Red Green Blue C M Y K H S L
Decimal 64 63 160 0.6 0.61 0 0.37 240.62 0.43 0.44
Hex 40 3F A0 3C 3D 0 25 F1 2B 2C
Octal 100 77 240 74 75 0 45 361 53 54
Binary 1000000 111111 10100000 111100 111101 0 100101 11110001 101011 101100

Color Harmonies of #403FA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403FA0

Black with #403FA0

Text Example


Text Example

White with #403FA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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