Html Css Color HEX #401CF2 Han Purple

📋 copy color: '#401CF2'

red 64 ◦ green 28 ◦ blue 242

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

Shades of Han Purple #401CF2

Tints of Han Purple #401CF2

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.38%

 BLUE value IS 242 (94.92% from 255) = 72.46%

R = 19.16%
G = 8.38%
B = 72.46%

CMYK

 C value IS 0.74

 M value IS 0.88

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#401CF2 (or 0x401CF2) is known color: Han Purple. HEX triplet: 40, 1C and F2. RGB value is (64,28,242). Sum of RGB (Red+Green+Blue) = 64+28+242=334 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.16% from 334); Green value is 28 (11.33% from 255 or 8.38% from 334); Blue value is 242 (94.92% from 255 or 72.46% from 334); Max value from RGB is 242 - color contains mainly: blue. Hex color #401CF2 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #401CF2 is #BFE30D. Grayscale: #3E3E3E. Windows color (decimal): -12575502 or 15866944. OLE color: 15866944.

HSL color Cylindrical-coordinate representation of color #401CF2: hue angle of 250.09º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #401CF2 is Cyan = 0.74, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 64 28 242 -
CMYK 0.74 0.88 0 0.05
HSL 250.09º 0.89% 0.53% -
HSV(B) 250.09º 0.88% 0.95% -
XYZ 18.56 8.33 84.63 -
YUV 63.16 228.93 128.6 -
System Red Green Blue C M Y K H S L
Decimal 64 28 242 0.74 0.88 0 0.05 250.09 0.89 0.53
Hex 40 1C F2 4A 58 0 5 FA 59 35
Octal 100 34 362 112 130 0 5 372 131 65
Binary 1000000 11100 11110010 1001010 1011000 0 101 11111010 1011001 110101

Color Harmonies of #401CF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401CF2

Black with #401CF2

Text Example


Text Example

White with #401CF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,28,242); }

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

background-color css

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

 a { background-color: rgb(64,28,242); }

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

border-color css

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

 span { border-color: rgb(64,28,242); }

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