Html Css Color HEX #471FF1 Han Purple

📋 copy color: '#471FF1'

red 71 ◦ green 31 ◦ blue 241

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

Shades of Han Purple #471FF1

Tints of Han Purple #471FF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 70.26%

R = 20.7%
G = 9.04%
B = 70.26%

CMYK

 C value IS 0.71

 M value IS 0.87

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#471FF1 (or 0x471FF1) is known color: Han Purple. HEX triplet: 47, 1F and F1. RGB value is (71,31,241). Sum of RGB (Red+Green+Blue) = 71+31+241=343 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.70% from 343); Green value is 31 (12.5% from 255 or 9.04% from 343); Blue value is 241 (94.53% from 255 or 70.26% from 343); Max value from RGB is 241 - color contains mainly: blue. Hex color #471FF1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #471FF1 is #B8E00E. Grayscale: #424242. Windows color (decimal): -12115983 or 15802183. OLE color: 15802183.

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

Color convert

RGB 71 31 241 -
CMYK 0.71 0.87 0 0.05
HSL 251.43º 0.88% 0.53% -
HSV(B) 251.43º 0.87% 0.95% -
XYZ 18.97 8.67 83.89 -
YUV 66.9 226.25 130.92 -
System Red Green Blue C M Y K H S L
Decimal 71 31 241 0.71 0.87 0 0.05 251.43 0.88 0.53
Hex 47 1F F1 47 57 0 5 FB 58 35
Octal 107 37 361 107 127 0 5 373 130 65
Binary 1000111 11111 11110001 1000111 1010111 0 101 11111011 1011000 110101

Color Harmonies of #471FF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471FF1

Black with #471FF1

Text Example


Text Example

White with #471FF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,31,241); }

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

background-color css

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

 a { background-color: rgb(71,31,241); }

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

border-color css

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

 span { border-color: rgb(71,31,241); }

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