Html Css Color HEX #471CDF Han Purple

📋 copy color: '#471CDF'

red 71 ◦ green 28 ◦ blue 223

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

Shades of Han Purple #471CDF

Tints of Han Purple #471CDF

RGB

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

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

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

R = 22.05%
G = 8.7%
B = 69.25%

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

#471CDF (or 0x471CDF) is known color: Han Purple. HEX triplet: 47, 1C and DF. RGB value is (71,28,223). Sum of RGB (Red+Green+Blue) = 71+28+223=322 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.05% from 322); Green value is 28 (11.33% from 255 or 8.70% from 322); Blue value is 223 (87.5% from 255 or 69.25% from 322); Max value from RGB is 223 - color contains mainly: blue. Hex color #471CDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #471CDF is #B8E320. Grayscale: #3E3E3E. Windows color (decimal): -12116769 or 14621767. OLE color: 14621767.

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

Color convert

RGB 71 28 223 -
CMYK 0.68 0.87 0 0.13
HSL 253.23º 0.78% 0.49% -
HSV(B) 253.23º 0.87% 0.87% -
XYZ 16.33 7.5 70.4 -
YUV 63.09 218.25 133.64 -
System Red Green Blue C M Y K H S L
Decimal 71 28 223 0.68 0.87 0 0.13 253.23 0.78 0.49
Hex 47 1C DF 44 57 0 D FD 4E 31
Octal 107 34 337 104 127 0 15 375 116 61
Binary 1000111 11100 11011111 1000100 1010111 0 1101 11111101 1001110 110001

Color Harmonies of #471CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471CDF

Black with #471CDF

Text Example


Text Example

White with #471CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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