#471cfc

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

Shades of Han Purple #471CFC

Tints of Han Purple #471CFC

Color information

#471CFC (or 0x471CFC) is unknown color: approx Han Purple. HEX triplet: 47, 1C and FC. RGB value is (71,28,252). Sum of RGB (Red+Green+Blue) = 71+28+252=351 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.23% from 351); Green value is 28 (11.33% from 255 or 7.98% from 351); Blue value is 252 (98.83% from 255 or 71.79% from 351); Max value from RGB is 252 - color contains mainly: blue. Hex color #471CFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #471CFC is #B8E303. Grayscale: #414141. Windows color (decimal): -12116740 or 16522311. OLE color: 16522311.

HSL color Cylindrical-coordinate representation of color #471CFC: hue angle of 251.52º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #471CFC is Cyan = 0.72, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB7128252-
CMYK0.720.8900.01
HSL251.52º97.39%54.9%-
HSV(B)251.52º88.89%98.82%-
XYZ20.589.292.79-
YUV66.39232.75131.29-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.23%
GREEN value IS 28 (11.33% from 255) = 7.98%
BLUE value IS 252 (98.83% from 255) = 71.79%
R=20.23%
G=7.98%
B=71.79%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal71282520.720.8900.01251.5297.3954.9
Hex471CFC485901fc6137
Octal107343741101310137414167
Binary100011111100111111001001000101100101111111001100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471cfc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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