Html Css Color HEX #400EB3 Purple Heart

📋 copy color: '#400EB3'

red 64 ◦ green 14 ◦ blue 179

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

Shades of Purple Heart #400EB3

Tints of Purple Heart #400EB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 69.65%

R = 24.9%
G = 5.45%
B = 69.65%

CMYK

 C value IS 0.64

 M value IS 0.92

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#400EB3 (or 0x400EB3) is known color: Purple Heart. HEX triplet: 40, 0E and B3. RGB value is (64,14,179). Sum of RGB (Red+Green+Blue) = 64+14+179=257 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.90% from 257); Green value is 14 (5.86% from 255 or 5.45% from 257); Blue value is 179 (70.31% from 255 or 69.65% from 257); Max value from RGB is 179 - color contains mainly: blue. Hex color #400EB3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #400EB3 is #BFF14C. Grayscale: #2F2F2F. Windows color (decimal): -12579149 or 11734592. OLE color: 11734592.

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

Color convert

RGB 64 14 179 -
CMYK 0.64 0.92 0 0.30
HSL 258.18º 0.85% 0.38% -
HSV(B) 258.18º 0.92% 0.7% -
XYZ 10.41 4.66 43 -
YUV 47.76 202.07 139.58 -
System Red Green Blue C M Y K H S L
Decimal 64 14 179 0.64 0.92 0 0.30 258.18 0.85 0.38
Hex 40 E B3 40 5C 0 1E 102 55 26
Octal 100 16 263 100 134 0 36 402 125 46
Binary 1000000 1110 10110011 1000000 1011100 0 11110 100000010 1010101 100110

Color Harmonies of #400EB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400EB3

Black with #400EB3

Text Example


Text Example

White with #400EB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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