Html Css Color HEX #401EBF Purple Heart

📋 copy color: '#401EBF'

red 64 ◦ green 30 ◦ blue 191

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

Shades of Purple Heart #401EBF

Tints of Purple Heart #401EBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 67.02%

R = 22.46%
G = 10.53%
B = 67.02%

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

#401EBF (or 0x401EBF) is known color: Purple Heart. HEX triplet: 40, 1E and BF. RGB value is (64,30,191). Sum of RGB (Red+Green+Blue) = 64+30+191=285 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.46% from 285); Green value is 30 (12.11% from 255 or 10.53% from 285); Blue value is 191 (75% from 255 or 67.02% from 285); Max value from RGB is 191 - color contains mainly: blue. Hex color #401EBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #401EBF is #BFE140. Grayscale: #393939. Windows color (decimal): -12575041 or 12525120. OLE color: 12525120.

HSL color Cylindrical-coordinate representation of color #401EBF: hue angle of 252.67º 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 #401EBF is Cyan = 0.66, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 64 30 191 -
CMYK 0.66 0.84 0 0.25
HSL 252.67º 0.73% 0.43% -
HSV(B) 252.67º 0.84% 0.75% -
XYZ 11.98 5.78 49.77 -
YUV 58.52 202.76 131.91 -
System Red Green Blue C M Y K H S L
Decimal 64 30 191 0.66 0.84 0 0.25 252.67 0.73 0.43
Hex 40 1E BF 42 54 0 19 FD 49 2B
Octal 100 36 277 102 124 0 31 375 111 53
Binary 1000000 11110 10111111 1000010 1010100 0 11001 11111101 1001001 101011

Color Harmonies of #401EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401EBF

Black with #401EBF

Text Example


Text Example

White with #401EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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