Html Css Color HEX #471FD9 Han Purple

📋 copy color: '#471FD9'

red 71 ◦ green 31 ◦ blue 217

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

Shades of Han Purple #471FD9

Tints of Han Purple #471FD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 68.03%

R = 22.26%
G = 9.72%
B = 68.03%

CMYK

 C value IS 0.67

 M value IS 0.86

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#471FD9 (or 0x471FD9) is known color: Han Purple. HEX triplet: 47, 1F and D9. RGB value is (71,31,217). Sum of RGB (Red+Green+Blue) = 71+31+217=319 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.26% from 319); Green value is 31 (12.5% from 255 or 9.72% from 319); Blue value is 217 (85.16% from 255 or 68.03% from 319); Max value from RGB is 217 - color contains mainly: blue. Hex color #471FD9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #471FD9 is #B8E026. Grayscale: #3F3F3F. Windows color (decimal): -12116007 or 14229319. OLE color: 14229319.

HSL color Cylindrical-coordinate representation of color #471FD9: hue angle of 252.9º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #471FD9 is Cyan = 0.67, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 71 31 217 -
CMYK 0.67 0.86 0 0.15
HSL 252.9º 0.75% 0.49% -
HSV(B) 252.9º 0.86% 0.85% -
XYZ 15.61 7.33 66.24 -
YUV 64.16 214.25 132.88 -
System Red Green Blue C M Y K H S L
Decimal 71 31 217 0.67 0.86 0 0.15 252.9 0.75 0.49
Hex 47 1F D9 43 56 0 F FD 4B 31
Octal 107 37 331 103 126 0 17 375 113 61
Binary 1000111 11111 11011001 1000011 1010110 0 1111 11111101 1001011 110001

Color Harmonies of #471FD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471FD9

Black with #471FD9

Text Example


Text Example

White with #471FD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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