#4830F2

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

Shades of Han Purple #4830F2

Tints of Han Purple #4830F2

Color information

#4830F2 (or 0x4830F2) is unknown color: approx Han Purple. HEX triplet: 48, 30 and F2. RGB value is (72,48,242). Sum of RGB (Red+Green+Blue) = 72+48+242=362 (47% of max value = 765). Red value is 72 (28.52% from 255 or 19.89% from 362); Green value is 48 (19.14% from 255 or 13.26% from 362); Blue value is 242 (94.92% from 255 or 66.85% from 362); Max value from RGB is 242 - color contains mainly: blue. Hex color #4830F2 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4830F2 is #B7CF0D. Grayscale: #4C4C4C. Windows color (decimal): -12046094 or 15872072. OLE color: 15872072.

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

Color convert

RGB7248242-
CMYK0.700.8000.05
HSL247.42º88.18%56.86%-
HSV(B)247.42º80.17%94.9%-
XYZ19.769.984.87-
YUV77.29220.95124.23-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.89%
GREEN value IS 48 (19.14% from 255) = 13.26%
BLUE value IS 242 (94.92% from 255) = 66.85%
R=19.89%
G=13.26%
B=66.85%

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
Decimal72482420.700.8000.05247.4288.1856.86
Hex4830F2465005f75839
Octal110603621061200536713071
Binary100100011000011110010100011010100000101111101111011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4830F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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