Html Css Color HEX #471BF4 Han Purple

📋 copy color: '#471BF4'

red 71 ◦ green 27 ◦ blue 244

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

Shades of Han Purple #471BF4

Tints of Han Purple #471BF4

RGB

 RED value IS 71 (28.13% from 255) = 20.76%

 GREEN value IS 27 (10.94% from 255) = 7.89%

 BLUE value IS 244 (95.7% from 255) = 71.35%

R = 20.76%
G = 7.89%
B = 71.35%

CMYK

 C value IS 0.71

 M value IS 0.89

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#471BF4 (or 0x471BF4) is known color: Han Purple. HEX triplet: 47, 1B and F4. RGB value is (71,27,244). Sum of RGB (Red+Green+Blue) = 71+27+244=342 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.76% from 342); Green value is 27 (10.94% from 255 or 7.89% from 342); Blue value is 244 (95.70% from 255 or 71.35% from 342); Max value from RGB is 244 - color contains mainly: blue. Hex color #471BF4 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #471BF4 is #B8E40B. Grayscale: #404040. Windows color (decimal): -12117004 or 15997767. OLE color: 15997767.

HSL color Cylindrical-coordinate representation of color #471BF4: hue angle of 252.17º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #471BF4 is Cyan = 0.71, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 71 27 244 -
CMYK 0.71 0.89 0 0.04
HSL 252.17º 0.91% 0.53% -
HSV(B) 252.17º 0.89% 0.96% -
XYZ 19.32 8.66 86.24 -
YUV 64.89 229.08 132.36 -
System Red Green Blue C M Y K H S L
Decimal 71 27 244 0.71 0.89 0 0.04 252.17 0.91 0.53
Hex 47 1B F4 47 59 0 4 FC 5B 35
Octal 107 33 364 107 131 0 4 374 133 65
Binary 1000111 11011 11110100 1000111 1011001 0 100 11111100 1011011 110101

Color Harmonies of #471BF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471BF4

Black with #471BF4

Text Example


Text Example

White with #471BF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471BF4; }

 p { color: rgb(71,27,244); }

 H1.HeaderClassName
 {
   color: #471BF4;
 }
 .AnyTagClassName
 {
   color: #471BF4;
 }
</style>

background-color css

<style>
 a { background-color: #471BF4; }

 a { background-color: rgb(71,27,244); }

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

border-color css

<style>
 span { border-color: #471BF4; }

 span { border-color: rgb(71,27,244); }

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