Html Css Color HEX #403FA4 Dark Slate Blue

📋 copy color: '#403FA4'

red 64 ◦ green 63 ◦ blue 164

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

Shades of Dark Slate Blue #403FA4

Tints of Dark Slate Blue #403FA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 56.36%

R = 21.99%
G = 21.65%
B = 56.36%

CMYK

 C value IS 0.61

 M value IS 0.62

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#403FA4 (or 0x403FA4) is known color: Dark Slate Blue. HEX triplet: 40, 3F and A4. RGB value is (64,63,164). Sum of RGB (Red+Green+Blue) = 64+63+164=291 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.99% from 291); Green value is 63 (25% from 255 or 21.65% from 291); Blue value is 164 (64.45% from 255 or 56.36% from 291); Max value from RGB is 164 - color contains mainly: blue. Hex color #403FA4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403FA4 is #BFC05B. Grayscale: #4A4A4A. Windows color (decimal): -12566620 or 10764096. OLE color: 10764096.

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

Color convert

RGB 64 63 164 -
CMYK 0.61 0.62 0 0.36
HSL 240.59º 0.44% 0.45% -
HSV(B) 240.59º 0.62% 0.64% -
XYZ 10.59 7.33 35.98 -
YUV 74.81 178.33 120.29 -
System Red Green Blue C M Y K H S L
Decimal 64 63 164 0.61 0.62 0 0.36 240.59 0.44 0.45
Hex 40 3F A4 3D 3E 0 24 F1 2C 2D
Octal 100 77 244 75 76 0 44 361 54 55
Binary 1000000 111111 10100100 111101 111110 0 100100 11110001 101100 101101

Color Harmonies of #403FA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403FA4

Black with #403FA4

Text Example


Text Example

White with #403FA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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