#4820f1

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

Shades of Han Purple #4820F1

Tints of Han Purple #4820F1

Color information

#4820F1 (or 0x4820F1) is unknown color: approx Han Purple. HEX triplet: 48, 20 and F1. RGB value is (72,32,241). Sum of RGB (Red+Green+Blue) = 72+32+241=345 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.87% from 345); Green value is 32 (12.89% from 255 or 9.28% from 345); Blue value is 241 (94.53% from 255 or 69.86% from 345); Max value from RGB is 241 - color contains mainly: blue. Hex color #4820F1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4820F1 is #B7DF0E. Grayscale: #424242. Windows color (decimal): -12050191 or 15802440. OLE color: 15802440.

HSL color Cylindrical-coordinate representation of color #4820F1: hue angle of 251.48º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4820F1 is Cyan = 0.70, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB7232241-
CMYK0.700.8700.05
HSL251.48º88.19%53.53%-
HSV(B)251.48º86.72%94.51%-
XYZ19.078.7683.91-
YUV67.79225.75131.01-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.87%
GREEN value IS 32 (12.89% from 255) = 9.28%
BLUE value IS 241 (94.53% from 255) = 69.86%
R=20.87%
G=9.28%
B=69.86%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal72322410.700.8700.05251.4888.1953.53
Hex4820F1465705fb5836
Octal110403611061270537313066
Binary100100010000011110001100011010101110101111110111011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4820f1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4820f1; }

 p { color: rgb(72,32,241); }

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

<style>
 a { background-color: #4820f1; }

 a { background-color: rgb(72,32,241); }

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

<style>
 span { border-color: #4820f1; }

 span { border-color: rgb(72,32,241); }

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