Html Css Color HEX #401EBE Purple Heart

📋 copy color: '#401EBE'

red 64 ◦ green 30 ◦ blue 190

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

Shades of Purple Heart #401EBE

Tints of Purple Heart #401EBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 66.9%

R = 22.54%
G = 10.56%
B = 66.9%

CMYK

 C value IS 0.66

 M value IS 0.84

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#401EBE (or 0x401EBE) is known color: Purple Heart. HEX triplet: 40, 1E and BE. RGB value is (64,30,190). Sum of RGB (Red+Green+Blue) = 64+30+190=284 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.54% from 284); Green value is 30 (12.11% from 255 or 10.56% from 284); Blue value is 190 (74.61% from 255 or 66.90% from 284); Max value from RGB is 190 - color contains mainly: blue. Hex color #401EBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #401EBE is #BFE141. Grayscale: #393939. Windows color (decimal): -12575042 or 12459584. OLE color: 12459584.

HSL color Cylindrical-coordinate representation of color #401EBE: hue angle of 252.75º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #401EBE is Cyan = 0.66, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 64 30 190 -
CMYK 0.66 0.84 0 0.25
HSL 252.75º 0.73% 0.43% -
HSV(B) 252.75º 0.84% 0.75% -
XYZ 11.87 5.74 49.2 -
YUV 58.41 202.26 131.99 -
System Red Green Blue C M Y K H S L
Decimal 64 30 190 0.66 0.84 0 0.25 252.75 0.73 0.43
Hex 40 1E BE 42 54 0 19 FD 49 2B
Octal 100 36 276 102 124 0 31 375 111 53
Binary 1000000 11110 10111110 1000010 1010100 0 11001 11111101 1001001 101011

Color Harmonies of #401EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401EBE

Black with #401EBE

Text Example


Text Example

White with #401EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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