Html Css Color HEX #471FDA Han Purple

📋 copy color: '#471FDA'

red 71 ◦ green 31 ◦ blue 218

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

Shades of Han Purple #471FDA

Tints of Han Purple #471FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 68.13%

R = 22.19%
G = 9.69%
B = 68.13%

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

#471FDA (or 0x471FDA) is known color: Han Purple. HEX triplet: 47, 1F and DA. RGB value is (71,31,218). Sum of RGB (Red+Green+Blue) = 71+31+218=320 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.19% from 320); Green value is 31 (12.5% from 255 or 9.69% from 320); Blue value is 218 (85.55% from 255 or 68.12% from 320); Max value from RGB is 218 - color contains mainly: blue. Hex color #471FDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #471FDA is #B8E025. Grayscale: #3F3F3F. Windows color (decimal): -12116006 or 14294855. OLE color: 14294855.

HSL color Cylindrical-coordinate representation of color #471FDA: hue angle of 252.83º 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 #471FDA is Cyan = 0.67, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 71 31 218 -
CMYK 0.67 0.86 0 0.15
HSL 252.83º 0.75% 0.49% -
HSV(B) 252.83º 0.86% 0.85% -
XYZ 15.74 7.38 66.92 -
YUV 64.28 214.75 132.79 -
System Red Green Blue C M Y K H S L
Decimal 71 31 218 0.67 0.86 0 0.15 252.83 0.75 0.49
Hex 47 1F DA 43 56 0 F FD 4B 31
Octal 107 37 332 103 126 0 17 375 113 61
Binary 1000111 11111 11011010 1000011 1010110 0 1111 11111101 1001011 110001

Color Harmonies of #471FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471FDA

Black with #471FDA

Text Example


Text Example

White with #471FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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