Html Css Color HEX #401DAE Purple Heart

📋 copy color: '#401DAE'

red 64 ◦ green 29 ◦ blue 174

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

Shades of Purple Heart #401DAE

Tints of Purple Heart #401DAE

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.86%

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

R = 23.97%
G = 10.86%
B = 65.17%

CMYK

 C value IS 0.63

 M value IS 0.83

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#401DAE (or 0x401DAE) is known color: Purple Heart. HEX triplet: 40, 1D and AE. RGB value is (64,29,174). Sum of RGB (Red+Green+Blue) = 64+29+174=267 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.97% from 267); Green value is 29 (11.72% from 255 or 10.86% from 267); Blue value is 174 (68.36% from 255 or 65.17% from 267); Max value from RGB is 174 - color contains mainly: blue. Hex color #401DAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #401DAE is #BFE251. Grayscale: #373737. Windows color (decimal): -12575314 or 11410752. OLE color: 11410752.

HSL color Cylindrical-coordinate representation of color #401DAE: hue angle of 254.48º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #401DAE is Cyan = 0.63, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 64 29 174 -
CMYK 0.63 0.83 0 0.32
HSL 254.48º 0.71% 0.4% -
HSV(B) 254.48º 0.83% 0.68% -
XYZ 10.19 5.02 40.48 -
YUV 56 194.6 133.71 -
System Red Green Blue C M Y K H S L
Decimal 64 29 174 0.63 0.83 0 0.32 254.48 0.71 0.4
Hex 40 1D AE 3F 53 0 20 FE 47 28
Octal 100 35 256 77 123 0 40 376 107 50
Binary 1000000 11101 10101110 111111 1010011 0 100000 11111110 1000111 101000

Color Harmonies of #401DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401DAE

Black with #401DAE

Text Example


Text Example

White with #401DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401DAE; }

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

 H1.HeaderClassName
 {
   color: #401DAE;
 }
 .AnyTagClassName
 {
   color: #401DAE;
 }
</style>

background-color css

<style>
 a { background-color: #401DAE; }

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

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

border-color css

<style>
 span { border-color: #401DAE; }

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

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