Html Css Color HEX #471EDF Han Purple

📋 copy color: '#471EDF'

red 71 ◦ green 30 ◦ blue 223

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

Shades of Han Purple #471EDF

Tints of Han Purple #471EDF

RGB

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

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

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

R = 21.91%
G = 9.26%
B = 68.83%

CMYK

 C value IS 0.68

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#471EDF (or 0x471EDF) is known color: Han Purple. HEX triplet: 47, 1E and DF. RGB value is (71,30,223). Sum of RGB (Red+Green+Blue) = 71+30+223=324 (42% of max value = 765). Red value is 71 (28.12% from 255 or 21.91% from 324); Green value is 30 (12.11% from 255 or 9.26% from 324); Blue value is 223 (87.5% from 255 or 68.83% from 324); Max value from RGB is 223 - color contains mainly: blue. Hex color #471EDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #471EDF is #B8E120. Grayscale: #3F3F3F. Windows color (decimal): -12116257 or 14622279. OLE color: 14622279.

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

Color convert

RGB 71 30 223 -
CMYK 0.68 0.87 0 0.13
HSL 252.75º 0.76% 0.5% -
HSV(B) 252.75º 0.87% 0.87% -
XYZ 16.38 7.6 70.41 -
YUV 64.26 217.58 132.81 -
System Red Green Blue C M Y K H S L
Decimal 71 30 223 0.68 0.87 0 0.13 252.75 0.76 0.5
Hex 47 1E DF 44 57 0 D FD 4C 32
Octal 107 36 337 104 127 0 15 375 114 62
Binary 1000111 11110 11011111 1000100 1010111 0 1101 11111101 1001100 110010

Color Harmonies of #471EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471EDF

Black with #471EDF

Text Example


Text Example

White with #471EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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