Html Css Color HEX #401FD0 Purple Heart

📋 copy color: '#401FD0'

red 64 ◦ green 31 ◦ blue 208

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

Shades of Purple Heart #401FD0

Tints of Purple Heart #401FD0

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.23%

 BLUE value IS 208 (81.64% from 255) = 68.65%

R = 21.12%
G = 10.23%
B = 68.65%

CMYK

 C value IS 0.69

 M value IS 0.85

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#401FD0 (or 0x401FD0) is known color: Purple Heart. HEX triplet: 40, 1F and D0. RGB value is (64,31,208). Sum of RGB (Red+Green+Blue) = 64+31+208=303 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.12% from 303); Green value is 31 (12.5% from 255 or 10.23% from 303); Blue value is 208 (81.64% from 255 or 68.65% from 303); Max value from RGB is 208 - color contains mainly: blue. Hex color #401FD0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #401FD0 is #BFE02F. Grayscale: #3C3C3C. Windows color (decimal): -12574768 or 13639488. OLE color: 13639488.

HSL color Cylindrical-coordinate representation of color #401FD0: hue angle of 251.19º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #401FD0 is Cyan = 0.69, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 64 31 208 -
CMYK 0.69 0.85 0 0.18
HSL 251.19º 0.74% 0.47% -
HSV(B) 251.19º 0.85% 0.82% -
XYZ 13.99 6.62 60.22 -
YUV 61.05 210.93 130.11 -
System Red Green Blue C M Y K H S L
Decimal 64 31 208 0.69 0.85 0 0.18 251.19 0.74 0.47
Hex 40 1F D0 45 55 0 12 FB 4A 2F
Octal 100 37 320 105 125 0 22 373 112 57
Binary 1000000 11111 11010000 1000101 1010101 0 10010 11111011 1001010 101111

Color Harmonies of #401FD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401FD0

Black with #401FD0

Text Example


Text Example

White with #401FD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,31,208); }

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

background-color css

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

 a { background-color: rgb(64,31,208); }

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

border-color css

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

 span { border-color: rgb(64,31,208); }

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