Html Css Color HEX #471EF4 Han Purple

📋 copy color: '#471EF4'

red 71 ◦ green 30 ◦ blue 244

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

Shades of Han Purple #471EF4

Tints of Han Purple #471EF4

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.7%

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

R = 20.58%
G = 8.7%
B = 70.72%

CMYK

 C value IS 0.71

 M value IS 0.88

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#471EF4 (or 0x471EF4) is known color: Han Purple. HEX triplet: 47, 1E and F4. RGB value is (71,30,244). Sum of RGB (Red+Green+Blue) = 71+30+244=345 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.58% from 345); Green value is 30 (12.11% from 255 or 8.70% from 345); Blue value is 244 (95.70% from 255 or 70.72% from 345); Max value from RGB is 244 - color contains mainly: blue. Hex color #471EF4 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #471EF4 is #B8E10B. Grayscale: #414141. Windows color (decimal): -12116236 or 15998535. OLE color: 15998535.

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

Color convert

RGB 71 30 244 -
CMYK 0.71 0.88 0 0.04
HSL 251.5º 0.91% 0.54% -
HSV(B) 251.5º 0.88% 0.96% -
XYZ 19.39 8.8 86.26 -
YUV 66.66 228.08 131.1 -
System Red Green Blue C M Y K H S L
Decimal 71 30 244 0.71 0.88 0 0.04 251.5 0.91 0.54
Hex 47 1E F4 47 58 0 4 FB 5B 36
Octal 107 36 364 107 130 0 4 373 133 66
Binary 1000111 11110 11110100 1000111 1011000 0 100 11111011 1011011 110110

Color Harmonies of #471EF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471EF4

Black with #471EF4

Text Example


Text Example

White with #471EF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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