#4832F1

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

Shades of Han Purple #4832F1

Tints of Han Purple #4832F1

Color information

#4832F1 (or 0x4832F1) is unknown color: approx Han Purple. HEX triplet: 48, 32 and F1. RGB value is (72,50,241). Sum of RGB (Red+Green+Blue) = 72+50+241=363 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.83% from 363); Green value is 50 (19.92% from 255 or 13.77% from 363); Blue value is 241 (94.53% from 255 or 66.39% from 363); Max value from RGB is 241 - color contains mainly: blue. Hex color #4832F1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4832F1 is #B7CD0E. Grayscale: #4D4D4D. Windows color (decimal): -12045583 or 15807048. OLE color: 15807048.

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

Color convert

RGB7250241-
CMYK0.700.7900.05
HSL246.91º87.21%57.06%-
HSV(B)246.91º79.25%94.51%-
XYZ19.6910.0184.11-
YUV78.35219.79123.47-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.83%
GREEN value IS 50 (19.92% from 255) = 13.77%
BLUE value IS 241 (94.53% from 255) = 66.39%
R=19.83%
G=13.77%
B=66.39%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal72502410.700.7900.05246.9187.2157.06
Hex4832F1464F05f75739
Octal110623611061170536712771
Binary100100011001011110001100011010011110101111101111010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4832F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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