Html Css Color HEX #471ED8 Han Purple

📋 copy color: '#471ED8'

red 71 ◦ green 30 ◦ blue 216

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

Shades of Han Purple #471ED8

Tints of Han Purple #471ED8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 68.14%

R = 22.4%
G = 9.46%
B = 68.14%

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

#471ED8 (or 0x471ED8) is known color: Han Purple. HEX triplet: 47, 1E and D8. RGB value is (71,30,216). Sum of RGB (Red+Green+Blue) = 71+30+216=317 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.40% from 317); Green value is 30 (12.11% from 255 or 9.46% from 317); Blue value is 216 (84.77% from 255 or 68.14% from 317); Max value from RGB is 216 - color contains mainly: blue. Hex color #471ED8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #471ED8 is #B8E127. Grayscale: #3E3E3E. Windows color (decimal): -12116264 or 14163527. OLE color: 14163527.

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

Color convert

RGB 71 30 216 -
CMYK 0.67 0.86 0 0.15
HSL 253.23º 0.76% 0.48% -
HSV(B) 253.23º 0.86% 0.85% -
XYZ 15.46 7.23 65.55 -
YUV 63.46 214.08 133.38 -
System Red Green Blue C M Y K H S L
Decimal 71 30 216 0.67 0.86 0 0.15 253.23 0.76 0.48
Hex 47 1E D8 43 56 0 F FD 4C 30
Octal 107 36 330 103 126 0 17 375 114 60
Binary 1000111 11110 11011000 1000011 1010110 0 1111 11111101 1001100 110000

Color Harmonies of #471ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471ED8

Black with #471ED8

Text Example


Text Example

White with #471ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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