Html Css Color HEX #471AF2 Han Purple

📋 copy color: '#471AF2'

red 71 ◦ green 26 ◦ blue 242

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

Shades of Han Purple #471AF2

Tints of Han Purple #471AF2

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.67%

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

R = 20.94%
G = 7.67%
B = 71.39%

CMYK

 C value IS 0.71

 M value IS 0.89

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#471AF2 (or 0x471AF2) is known color: Han Purple. HEX triplet: 47, 1A and F2. RGB value is (71,26,242). Sum of RGB (Red+Green+Blue) = 71+26+242=339 (44% of max value = 765). Red value is 71 (28.12% from 255 or 20.94% from 339); Green value is 26 (10.55% from 255 or 7.67% from 339); Blue value is 242 (94.92% from 255 or 71.39% from 339); Max value from RGB is 242 - color contains mainly: blue. Hex color #471AF2 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #471AF2 is #B8E50D. Grayscale: #3F3F3F. Windows color (decimal): -12117262 or 15866439. OLE color: 15866439.

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

Color convert

RGB 71 26 242 -
CMYK 0.71 0.89 0 0.05
HSL 252.5º 0.89% 0.53% -
HSV(B) 252.5º 0.89% 0.95% -
XYZ 18.99 8.49 84.64 -
YUV 64.08 228.41 132.94 -
System Red Green Blue C M Y K H S L
Decimal 71 26 242 0.71 0.89 0 0.05 252.5 0.89 0.53
Hex 47 1A F2 47 59 0 5 FD 59 35
Octal 107 32 362 107 131 0 5 375 131 65
Binary 1000111 11010 11110010 1000111 1011001 0 101 11111101 1011001 110101

Color Harmonies of #471AF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471AF2

Black with #471AF2

Text Example


Text Example

White with #471AF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,26,242); }

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

background-color css

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

 a { background-color: rgb(71,26,242); }

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

border-color css

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

 span { border-color: rgb(71,26,242); }

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