#4830F1

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

Shades of Han Purple #4830F1

Tints of Han Purple #4830F1

Color information

#4830F1 (or 0x4830F1) is unknown color: approx Han Purple. HEX triplet: 48, 30 and F1. RGB value is (72,48,241). Sum of RGB (Red+Green+Blue) = 72+48+241=361 (47% of max value = 765). Red value is 72 (28.52% from 255 or 19.94% from 361); Green value is 48 (19.14% from 255 or 13.30% from 361); Blue value is 241 (94.53% from 255 or 66.76% from 361); Max value from RGB is 241 - color contains mainly: blue. Hex color #4830F1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4830F1 is #B7CF0E. Grayscale: #4C4C4C. Windows color (decimal): -12046095 or 15806536. OLE color: 15806536.

HSL color Cylindrical-coordinate representation of color #4830F1: hue angle of 247.46º 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 #4830F1 is Cyan = 0.70, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB7248241-
CMYK0.700.8000.05
HSL247.46º87.33%56.67%-
HSV(B)247.46º80.08%94.51%-
XYZ19.619.8484.09-
YUV77.18220.45124.31-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.94%
GREEN value IS 48 (19.14% from 255) = 13.30%
BLUE value IS 241 (94.53% from 255) = 66.76%
R=19.94%
G=13.30%
B=66.76%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal72482410.700.8000.05247.4687.3356.67
Hex4830F1465005f75739
Octal110603611061200536712771
Binary100100011000011110001100011010100000101111101111010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4830F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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