Html Css Color HEX #401FAF Purple Heart

📋 copy color: '#401FAF'

red 64 ◦ green 31 ◦ blue 175

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

Shades of Purple Heart #401FAF

Tints of Purple Heart #401FAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 64.81%

R = 23.7%
G = 11.48%
B = 64.81%

CMYK

 C value IS 0.63

 M value IS 0.82

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#401FAF (or 0x401FAF) is known color: Purple Heart. HEX triplet: 40, 1F and AF. RGB value is (64,31,175). Sum of RGB (Red+Green+Blue) = 64+31+175=270 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.70% from 270); Green value is 31 (12.5% from 255 or 11.48% from 270); Blue value is 175 (68.75% from 255 or 64.81% from 270); Max value from RGB is 175 - color contains mainly: blue. Hex color #401FAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #401FAF is #BFE050. Grayscale: #383838. Windows color (decimal): -12574801 or 11476800. OLE color: 11476800.

HSL color Cylindrical-coordinate representation of color #401FAF: hue angle of 253.75º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #401FAF is Cyan = 0.63, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 64 31 175 -
CMYK 0.63 0.82 0 0.31
HSL 253.75º 0.7% 0.4% -
HSV(B) 253.75º 0.82% 0.69% -
XYZ 10.34 5.17 41.01 -
YUV 57.28 194.43 132.79 -
System Red Green Blue C M Y K H S L
Decimal 64 31 175 0.63 0.82 0 0.31 253.75 0.7 0.4
Hex 40 1F AF 3F 52 0 1F FE 46 28
Octal 100 37 257 77 122 0 37 376 106 50
Binary 1000000 11111 10101111 111111 1010010 0 11111 11111110 1000110 101000

Color Harmonies of #401FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401FAF

Black with #401FAF

Text Example


Text Example

White with #401FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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