Html Css Color HEX #401FD7 Han Purple

📋 copy color: '#401FD7'

red 64 ◦ green 31 ◦ blue 215

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

Shades of Han Purple #401FD7

Tints of Han Purple #401FD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 69.35%

R = 20.65%
G = 10%
B = 69.35%

CMYK

 C value IS 0.70

 M value IS 0.86

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#401FD7 (or 0x401FD7) is known color: Han Purple. HEX triplet: 40, 1F and D7. RGB value is (64,31,215). Sum of RGB (Red+Green+Blue) = 64+31+215=310 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.65% from 310); Green value is 31 (12.5% from 255 or 10% from 310); Blue value is 215 (84.38% from 255 or 69.35% from 310); Max value from RGB is 215 - color contains mainly: blue. Hex color #401FD7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #401FD7 is #BFE028. Grayscale: #3D3D3D. Windows color (decimal): -12574761 or 14098240. OLE color: 14098240.

HSL color Cylindrical-coordinate representation of color #401FD7: hue angle of 250.76º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #401FD7 is Cyan = 0.70, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 64 31 215 -
CMYK 0.70 0.86 0 0.16
HSL 250.76º 0.75% 0.48% -
HSV(B) 250.76º 0.86% 0.84% -
XYZ 14.87 6.98 64.85 -
YUV 61.84 214.43 129.54 -
System Red Green Blue C M Y K H S L
Decimal 64 31 215 0.70 0.86 0 0.16 250.76 0.75 0.48
Hex 40 1F D7 46 56 0 10 FB 4B 30
Octal 100 37 327 106 126 0 20 373 113 60
Binary 1000000 11111 11010111 1000110 1010110 0 10000 11111011 1001011 110000

Color Harmonies of #401FD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401FD7

Black with #401FD7

Text Example


Text Example

White with #401FD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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