#4730F1

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

Shades of Han Purple #4730F1

Tints of Han Purple #4730F1

Color information

#4730F1 (or 0x4730F1) is unknown color: approx Han Purple. HEX triplet: 47, 30 and F1. RGB value is (71,48,241). Sum of RGB (Red+Green+Blue) = 71+48+241=360 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.72% from 360); Green value is 48 (19.14% from 255 or 13.33% from 360); Blue value is 241 (94.53% from 255 or 66.94% from 360); Max value from RGB is 241 - color contains mainly: blue. Hex color #4730F1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4730F1 is #B8CF0E. Grayscale: #4C4C4C. Windows color (decimal): -12111631 or 15806535. OLE color: 15806535.

HSL color Cylindrical-coordinate representation of color #4730F1: hue angle of 247.15º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4730F1 is Cyan = 0.71, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB7148241-
CMYK0.710.8000.05
HSL247.15º87.33%56.67%-
HSV(B)247.15º80.08%94.51%-
XYZ19.539.884.08-
YUV76.88220.62123.81-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.72%
GREEN value IS 48 (19.14% from 255) = 13.33%
BLUE value IS 241 (94.53% from 255) = 66.94%
R=19.72%
G=13.33%
B=66.94%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal71482410.710.8000.05247.1587.3356.67
Hex4730F1475005f75739
Octal107603611071200536712771
Binary100011111000011110001100011110100000101111101111010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4730F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4730F1; }

 p { color: rgb(71,48,241); }

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

<style>
 a { background-color: #4730F1; }

 a { background-color: rgb(71,48,241); }

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

<style>
 span { border-color: #4730F1; }

 span { border-color: rgb(71,48,241); }

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