Html Css Color HEX #401EBC Purple Heart

📋 copy color: '#401EBC'

red 64 ◦ green 30 ◦ blue 188

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

Shades of Purple Heart #401EBC

Tints of Purple Heart #401EBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 66.67%

R = 22.7%
G = 10.64%
B = 66.67%

CMYK

 C value IS 0.66

 M value IS 0.84

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#401EBC (or 0x401EBC) is known color: Purple Heart. HEX triplet: 40, 1E and BC. RGB value is (64,30,188). Sum of RGB (Red+Green+Blue) = 64+30+188=282 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.70% from 282); Green value is 30 (12.11% from 255 or 10.64% from 282); Blue value is 188 (73.83% from 255 or 66.67% from 282); Max value from RGB is 188 - color contains mainly: blue. Hex color #401EBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #401EBC is #BFE143. Grayscale: #393939. Windows color (decimal): -12575044 or 12328512. OLE color: 12328512.

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

Color convert

RGB 64 30 188 -
CMYK 0.66 0.84 0 0.26
HSL 252.91º 0.72% 0.43% -
HSV(B) 252.91º 0.84% 0.74% -
XYZ 11.66 5.65 48.05 -
YUV 58.18 201.26 132.15 -
System Red Green Blue C M Y K H S L
Decimal 64 30 188 0.66 0.84 0 0.26 252.91 0.72 0.43
Hex 40 1E BC 42 54 0 1A FD 48 2B
Octal 100 36 274 102 124 0 32 375 110 53
Binary 1000000 11110 10111100 1000010 1010100 0 11010 11111101 1001000 101011

Color Harmonies of #401EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401EBC

Black with #401EBC

Text Example


Text Example

White with #401EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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