Html Css Color HEX #400FAE Purple Heart

📋 copy color: '#400FAE'

red 64 ◦ green 15 ◦ blue 174

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

Shades of Purple Heart #400FAE

Tints of Purple Heart #400FAE

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.93%

 BLUE value IS 174 (68.36% from 255) = 68.77%

R = 25.3%
G = 5.93%
B = 68.77%

CMYK

 C value IS 0.63

 M value IS 0.91

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#400FAE (or 0x400FAE) is known color: Purple Heart. HEX triplet: 40, 0F and AE. RGB value is (64,15,174). Sum of RGB (Red+Green+Blue) = 64+15+174=253 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.30% from 253); Green value is 15 (6.25% from 255 or 5.93% from 253); Blue value is 174 (68.36% from 255 or 68.77% from 253); Max value from RGB is 174 - color contains mainly: blue. Hex color #400FAE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400FAE is #BFF051. Grayscale: #2F2F2F. Windows color (decimal): -12578898 or 11407168. OLE color: 11407168.

HSL color Cylindrical-coordinate representation of color #400FAE: hue angle of 258.49º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #400FAE is Cyan = 0.63, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 64 15 174 -
CMYK 0.63 0.91 0 0.32
HSL 258.49º 0.84% 0.37% -
HSV(B) 258.49º 0.91% 0.68% -
XYZ 9.93 4.49 40.39 -
YUV 47.78 199.23 139.57 -
System Red Green Blue C M Y K H S L
Decimal 64 15 174 0.63 0.91 0 0.32 258.49 0.84 0.37
Hex 40 F AE 3F 5B 0 20 102 54 25
Octal 100 17 256 77 133 0 40 402 124 45
Binary 1000000 1111 10101110 111111 1011011 0 100000 100000010 1010100 100101

Color Harmonies of #400FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400FAE

Black with #400FAE

Text Example


Text Example

White with #400FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,15,174); }

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

background-color css

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

 a { background-color: rgb(64,15,174); }

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

border-color css

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

 span { border-color: rgb(64,15,174); }

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