Html Css Color HEX #400EB4 Purple Heart

📋 copy color: '#400EB4'

red 64 ◦ green 14 ◦ blue 180

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

Shades of Purple Heart #400EB4

Tints of Purple Heart #400EB4

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.43%

 BLUE value IS 180 (70.7% from 255) = 69.77%

R = 24.81%
G = 5.43%
B = 69.77%

CMYK

 C value IS 0.64

 M value IS 0.92

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#400EB4 (or 0x400EB4) is known color: Purple Heart. HEX triplet: 40, 0E and B4. RGB value is (64,14,180). Sum of RGB (Red+Green+Blue) = 64+14+180=258 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.81% from 258); Green value is 14 (5.86% from 255 or 5.43% from 258); Blue value is 180 (70.70% from 255 or 69.77% from 258); Max value from RGB is 180 - color contains mainly: blue. Hex color #400EB4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #400EB4 is #BFF14B. Grayscale: #2F2F2F. Windows color (decimal): -12579148 or 11800128. OLE color: 11800128.

HSL color Cylindrical-coordinate representation of color #400EB4: hue angle of 258.07º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #400EB4 is Cyan = 0.64, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 64 14 180 -
CMYK 0.64 0.92 0 0.29
HSL 258.07º 0.86% 0.38% -
HSV(B) 258.07º 0.92% 0.71% -
XYZ 10.51 4.7 43.53 -
YUV 47.87 202.57 139.5 -
System Red Green Blue C M Y K H S L
Decimal 64 14 180 0.64 0.92 0 0.29 258.07 0.86 0.38
Hex 40 E B4 40 5C 0 1D 102 56 26
Octal 100 16 264 100 134 0 35 402 126 46
Binary 1000000 1110 10110100 1000000 1011100 0 11101 100000010 1010110 100110

Color Harmonies of #400EB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400EB4

Black with #400EB4

Text Example


Text Example

White with #400EB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400EB4; }

 p { color: rgb(64,14,180); }

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

background-color css

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

 a { background-color: rgb(64,14,180); }

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

border-color css

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

 span { border-color: rgb(64,14,180); }

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