Html Css Color HEX #471FDF Han Purple

📋 copy color: '#471FDF'

red 71 ◦ green 31 ◦ blue 223

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

Shades of Han Purple #471FDF

Tints of Han Purple #471FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 68.62%

R = 21.85%
G = 9.54%
B = 68.62%

CMYK

 C value IS 0.68

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#471FDF (or 0x471FDF) is known color: Han Purple. HEX triplet: 47, 1F and DF. RGB value is (71,31,223). Sum of RGB (Red+Green+Blue) = 71+31+223=325 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.85% from 325); Green value is 31 (12.5% from 255 or 9.54% from 325); Blue value is 223 (87.5% from 255 or 68.62% from 325); Max value from RGB is 223 - color contains mainly: blue. Hex color #471FDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #471FDF is #B8E020. Grayscale: #404040. Windows color (decimal): -12116001 or 14622535. OLE color: 14622535.

HSL color Cylindrical-coordinate representation of color #471FDF: hue angle of 252.5º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #471FDF is Cyan = 0.68, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 71 31 223 -
CMYK 0.68 0.86 0 0.13
HSL 252.5º 0.76% 0.5% -
HSV(B) 252.5º 0.86% 0.87% -
XYZ 16.41 7.65 70.42 -
YUV 64.85 217.25 132.39 -
System Red Green Blue C M Y K H S L
Decimal 71 31 223 0.68 0.86 0 0.13 252.5 0.76 0.5
Hex 47 1F DF 44 56 0 D FD 4C 32
Octal 107 37 337 104 126 0 15 375 114 62
Binary 1000111 11111 11011111 1000100 1010110 0 1101 11111101 1001100 110010

Color Harmonies of #471FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471FDF

Black with #471FDF

Text Example


Text Example

White with #471FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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