#471BF0

Color #471BF0 Han Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Han Purple #471BF0

Tints of Han Purple #471BF0

Color information

#471BF0 (or 0x471BF0) is unknown color: approx Han Purple. HEX triplet: 47, 1B and F0. RGB value is (71,27,240). Sum of RGB (Red+Green+Blue) = 71+27+240=338 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.01% from 338); Green value is 27 (10.94% from 255 or 7.99% from 338); Blue value is 240 (94.14% from 255 or 71.01% from 338); Max value from RGB is 240 - color contains mainly: blue. Hex color #471BF0 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #471BF0 is #B8E40F. Grayscale: #3F3F3F. Windows color (decimal): -12117008 or 15735623. OLE color: 15735623.

HSL color Cylindrical-coordinate representation of color #471BF0: hue angle of 252.39º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #471BF0 is Cyan = 0.70, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB7127240-
CMYK0.700.8900.06
HSL252.39º87.65%52.35%-
HSV(B)252.39º88.75%94.12%-
XYZ18.728.4183.08-
YUV64.44227.08132.68-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.01%
GREEN value IS 27 (10.94% from 255) = 7.99%
BLUE value IS 240 (94.14% from 255) = 71.01%
R=21.01%
G=7.99%
B=71.01%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal71272400.700.8900.06252.3987.6552.35
Hex471BF0465906fc5834
Octal107333601061310637413064
Binary10001111101111110000100011010110010110111111001011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471BF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,27,240); }

 H1.HeaderClassName
 {
   color: #471BF0;
 }
 .AnyTagClassName
 {
   color: #471BF0;
 }
</style>
background-color css

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

 a { background-color: rgb(71,27,240); }

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

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

 span { border-color: rgb(71,27,240); }

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