Html Css Color HEX #471CD8 Han Purple

📋 copy color: '#471CD8'

red 71 ◦ green 28 ◦ blue 216

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

Shades of Han Purple #471CD8

Tints of Han Purple #471CD8

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.89%

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

R = 22.54%
G = 8.89%
B = 68.57%

CMYK

 C value IS 0.67

 M value IS 0.87

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#471CD8 (or 0x471CD8) is known color: Han Purple. HEX triplet: 47, 1C and D8. RGB value is (71,28,216). Sum of RGB (Red+Green+Blue) = 71+28+216=315 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.54% from 315); Green value is 28 (11.33% from 255 or 8.89% from 315); Blue value is 216 (84.77% from 255 or 68.57% from 315); Max value from RGB is 216 - color contains mainly: blue. Hex color #471CD8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #471CD8 is #B8E327. Grayscale: #3D3D3D. Windows color (decimal): -12116776 or 14163015. OLE color: 14163015.

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

Color convert

RGB 71 28 216 -
CMYK 0.67 0.87 0 0.15
HSL 253.72º 0.77% 0.48% -
HSV(B) 253.72º 0.87% 0.85% -
XYZ 15.41 7.13 65.53 -
YUV 62.29 214.75 134.21 -
System Red Green Blue C M Y K H S L
Decimal 71 28 216 0.67 0.87 0 0.15 253.72 0.77 0.48
Hex 47 1C D8 43 57 0 F FE 4D 30
Octal 107 34 330 103 127 0 17 376 115 60
Binary 1000111 11100 11011000 1000011 1010111 0 1111 11111110 1001101 110000

Color Harmonies of #471CD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471CD8

Black with #471CD8

Text Example


Text Example

White with #471CD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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