Html Css Color HEX #401EC9 Purple Heart

📋 copy color: '#401EC9'

red 64 ◦ green 30 ◦ blue 201

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

Shades of Purple Heart #401EC9

Tints of Purple Heart #401EC9

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.17%

 BLUE value IS 201 (78.91% from 255) = 68.14%

R = 21.69%
G = 10.17%
B = 68.14%

CMYK

 C value IS 0.68

 M value IS 0.85

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#401EC9 (or 0x401EC9) is known color: Purple Heart. HEX triplet: 40, 1E and C9. RGB value is (64,30,201). Sum of RGB (Red+Green+Blue) = 64+30+201=295 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.69% from 295); Green value is 30 (12.11% from 255 or 10.17% from 295); Blue value is 201 (78.91% from 255 or 68.14% from 295); Max value from RGB is 201 - color contains mainly: blue. Hex color #401EC9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #401EC9 is #BFE136. Grayscale: #3B3B3B. Windows color (decimal): -12575031 or 13180480. OLE color: 13180480.

HSL color Cylindrical-coordinate representation of color #401EC9: hue angle of 251.93º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #401EC9 is Cyan = 0.68, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 64 30 201 -
CMYK 0.68 0.85 0 0.21
HSL 251.93º 0.74% 0.45% -
HSV(B) 251.93º 0.85% 0.79% -
XYZ 13.12 6.24 55.77 -
YUV 59.66 207.76 131.1 -
System Red Green Blue C M Y K H S L
Decimal 64 30 201 0.68 0.85 0 0.21 251.93 0.74 0.45
Hex 40 1E C9 44 55 0 15 FC 4A 2D
Octal 100 36 311 104 125 0 25 374 112 55
Binary 1000000 11110 11001001 1000100 1010101 0 10101 11111100 1001010 101101

Color Harmonies of #401EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401EC9

Black with #401EC9

Text Example


Text Example

White with #401EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,30,201); }

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

background-color css

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

 a { background-color: rgb(64,30,201); }

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

border-color css

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

 span { border-color: rgb(64,30,201); }

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