Html Css Color HEX #400EAF Purple Heart

📋 copy color: '#400EAF'

red 64 ◦ green 14 ◦ blue 175

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

Shades of Purple Heart #400EAF

Tints of Purple Heart #400EAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 69.17%

R = 25.3%
G = 5.53%
B = 69.17%

CMYK

 C value IS 0.63

 M value IS 0.92

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#400EAF (or 0x400EAF) is known color: Purple Heart. HEX triplet: 40, 0E and AF. RGB value is (64,14,175). Sum of RGB (Red+Green+Blue) = 64+14+175=253 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.30% from 253); Green value is 14 (5.86% from 255 or 5.53% from 253); Blue value is 175 (68.75% from 255 or 69.17% from 253); Max value from RGB is 175 - color contains mainly: blue. Hex color #400EAF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400EAF is #BFF150. Grayscale: #2E2E2E. Windows color (decimal): -12579153 or 11472448. OLE color: 11472448.

HSL color Cylindrical-coordinate representation of color #400EAF: hue angle of 258.63º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #400EAF is Cyan = 0.63, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 64 14 175 -
CMYK 0.63 0.92 0 0.31
HSL 258.63º 0.85% 0.37% -
HSV(B) 258.63º 0.92% 0.69% -
XYZ 10.01 4.5 40.9 -
YUV 47.3 200.07 139.91 -
System Red Green Blue C M Y K H S L
Decimal 64 14 175 0.63 0.92 0 0.31 258.63 0.85 0.37
Hex 40 E AF 3F 5C 0 1F 103 55 25
Octal 100 16 257 77 134 0 37 403 125 45
Binary 1000000 1110 10101111 111111 1011100 0 11111 100000011 1010101 100101

Color Harmonies of #400EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400EAF

Black with #400EAF

Text Example


Text Example

White with #400EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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