Html Css Color HEX #401FFA Han Purple

📋 copy color: '#401FFA'

red 64 ◦ green 31 ◦ blue 250

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

Shades of Han Purple #401FFA

Tints of Han Purple #401FFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 72.46%

R = 18.55%
G = 8.99%
B = 72.46%

CMYK

 C value IS 0.74

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#401FFA (or 0x401FFA) is known color: Han Purple. HEX triplet: 40, 1F and FA. RGB value is (64,31,250). Sum of RGB (Red+Green+Blue) = 64+31+250=345 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.55% from 345); Green value is 31 (12.5% from 255 or 8.99% from 345); Blue value is 250 (98.05% from 255 or 72.46% from 345); Max value from RGB is 250 - color contains mainly: blue. Hex color #401FFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #401FFA is #BFE005. Grayscale: #404040. Windows color (decimal): -12574726 or 16392000. OLE color: 16392000.

HSL color Cylindrical-coordinate representation of color #401FFA: hue angle of 249.04º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #401FFA is Cyan = 0.74, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 64 31 250 -
CMYK 0.74 0.88 0 0.02
HSL 249.04º 0.96% 0.55% -
HSV(B) 249.04º 0.88% 0.98% -
XYZ 19.86 8.97 91.13 -
YUV 65.83 231.93 126.69 -
System Red Green Blue C M Y K H S L
Decimal 64 31 250 0.74 0.88 0 0.02 249.04 0.96 0.55
Hex 40 1F FA 4A 58 0 2 F9 60 37
Octal 100 37 372 112 130 0 2 371 140 67
Binary 1000000 11111 11111010 1001010 1011000 0 10 11111001 1100000 110111

Color Harmonies of #401FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401FFA

Black with #401FFA

Text Example


Text Example

White with #401FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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