Html Css Color HEX #401DB4 Purple Heart

📋 copy color: '#401DB4'

red 64 ◦ green 29 ◦ blue 180

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

Shades of Purple Heart #401DB4

Tints of Purple Heart #401DB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 65.93%

R = 23.44%
G = 10.62%
B = 65.93%

CMYK

 C value IS 0.64

 M value IS 0.84

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#401DB4 (or 0x401DB4) is known color: Purple Heart. HEX triplet: 40, 1D and B4. RGB value is (64,29,180). Sum of RGB (Red+Green+Blue) = 64+29+180=273 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.44% from 273); Green value is 29 (11.72% from 255 or 10.62% from 273); Blue value is 180 (70.70% from 255 or 65.93% from 273); Max value from RGB is 180 - color contains mainly: blue. Hex color #401DB4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #401DB4 is #BFE24B. Grayscale: #383838. Windows color (decimal): -12575308 or 11803968. OLE color: 11803968.

HSL color Cylindrical-coordinate representation of color #401DB4: hue angle of 253.91º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #401DB4 is Cyan = 0.64, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 64 29 180 -
CMYK 0.64 0.84 0 0.29
HSL 253.91º 0.72% 0.41% -
HSV(B) 253.91º 0.84% 0.71% -
XYZ 10.79 5.26 43.63 -
YUV 56.68 197.6 133.22 -
System Red Green Blue C M Y K H S L
Decimal 64 29 180 0.64 0.84 0 0.29 253.91 0.72 0.41
Hex 40 1D B4 40 54 0 1D FE 48 29
Octal 100 35 264 100 124 0 35 376 110 51
Binary 1000000 11101 10110100 1000000 1010100 0 11101 11111110 1001000 101001

Color Harmonies of #401DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401DB4

Black with #401DB4

Text Example


Text Example

White with #401DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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