Html Css Color HEX #4831F2 Han Purple

📋 copy color: '#4831F2'

red 72 ◦ green 49 ◦ blue 242

#4831F2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Han Purple #4831F2

Tints of Han Purple #4831F2

RGB

 RED value IS 72 (28.52% from 255) = 19.83%

 GREEN value IS 49 (19.53% from 255) = 13.5%

 BLUE value IS 242 (94.92% from 255) = 66.67%

R = 19.83%
G = 13.5%
B = 66.67%

CMYK

 C value IS 0.70

 M value IS 0.80

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#4831F2 (or 0x4831F2) is known color: Han Purple. HEX triplet: 48, 31 and F2. RGB value is (72,49,242). Sum of RGB (Red+Green+Blue) = 72+49+242=363 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.83% from 363); Green value is 49 (19.53% from 255 or 13.50% from 363); Blue value is 242 (94.92% from 255 or 66.67% from 363); Max value from RGB is 242 - color contains mainly: blue. Hex color #4831F2 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4831F2 is #B7CE0D. Grayscale: #4D4D4D. Windows color (decimal): -12045838 or 15872328. OLE color: 15872328.

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

Color convert

RGB 72 49 242 -
CMYK 0.70 0.80 0 0.05
HSL 247.15º 0.88% 0.57% -
HSV(B) 247.15º 0.8% 0.95% -
XYZ 19.8 9.99 84.89 -
YUV 77.88 220.62 123.81 -
System Red Green Blue C M Y K H S L
Decimal 72 49 242 0.70 0.80 0 0.05 247.15 0.88 0.57
Hex 48 31 F2 46 50 0 5 F7 58 39
Octal 110 61 362 106 120 0 5 367 130 71
Binary 1001000 110001 11110010 1000110 1010000 0 101 11110111 1011000 111001

Color Harmonies of #4831F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4831F2

Black with #4831F2

Text Example


Text Example

White with #4831F2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4831F2;
 }
 .AnyTagClassName
 {
   color: #4831F2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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