Html Css Color HEX #401DBF Purple Heart

📋 copy color: '#401DBF'

red 64 ◦ green 29 ◦ blue 191

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

Shades of Purple Heart #401DBF

Tints of Purple Heart #401DBF

RGB

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

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

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

R = 22.54%
G = 10.21%
B = 67.25%

CMYK

 C value IS 0.66

 M value IS 0.85

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#401DBF (or 0x401DBF) is known color: Purple Heart. HEX triplet: 40, 1D and BF. RGB value is (64,29,191). Sum of RGB (Red+Green+Blue) = 64+29+191=284 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.54% from 284); Green value is 29 (11.72% from 255 or 10.21% from 284); Blue value is 191 (75% from 255 or 67.25% from 284); Max value from RGB is 191 - color contains mainly: blue. Hex color #401DBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #401DBF is #BFE240. Grayscale: #393939. Windows color (decimal): -12575297 or 12524864. OLE color: 12524864.

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

Color convert

RGB 64 29 191 -
CMYK 0.66 0.85 0 0.25
HSL 252.96º 0.74% 0.43% -
HSV(B) 252.96º 0.85% 0.75% -
XYZ 11.96 5.73 49.77 -
YUV 57.93 203.1 132.33 -
System Red Green Blue C M Y K H S L
Decimal 64 29 191 0.66 0.85 0 0.25 252.96 0.74 0.43
Hex 40 1D BF 42 55 0 19 FD 4A 2B
Octal 100 35 277 102 125 0 31 375 112 53
Binary 1000000 11101 10111111 1000010 1010101 0 11001 11111101 1001010 101011

Color Harmonies of #401DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401DBF

Black with #401DBF

Text Example


Text Example

White with #401DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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