Html Css Color HEX #4931F1 Han Purple

📋 copy color: '#4931F1'

red 73 ◦ green 49 ◦ blue 241

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

Shades of Han Purple #4931F1

Tints of Han Purple #4931F1

RGB

 RED value IS 73 (28.91% from 255) = 20.11%

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

 BLUE value IS 241 (94.53% from 255) = 66.39%

R = 20.11%
G = 13.5%
B = 66.39%

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

#4931F1 (or 0x4931F1) is known color: Han Purple. HEX triplet: 49, 31 and F1. RGB value is (73,49,241). Sum of RGB (Red+Green+Blue) = 73+49+241=363 (48% of max value = 765). Red value is 73 (28.91% from 255 or 20.11% from 363); Green value is 49 (19.53% from 255 or 13.50% 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 #4931F1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4931F1 is #B6CE0E. Grayscale: #4D4D4D. Windows color (decimal): -11980303 or 15806793. OLE color: 15806793.

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

Color convert

RGB 73 49 241 -
CMYK 0.70 0.80 0 0.05
HSL 247.5º 0.87% 0.57% -
HSV(B) 247.5º 0.8% 0.95% -
XYZ 19.72 9.96 84.1 -
YUV 78.06 219.95 124.39 -
System Red Green Blue C M Y K H S L
Decimal 73 49 241 0.70 0.80 0 0.05 247.5 0.87 0.57
Hex 49 31 F1 46 50 0 5 F8 57 39
Octal 111 61 361 106 120 0 5 370 127 71
Binary 1001001 110001 11110001 1000110 1010000 0 101 11111000 1010111 111001

Color Harmonies of #4931F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4931F1

Black with #4931F1

Text Example


Text Example

White with #4931F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,49,241); }

 H1.HeaderClassName
 {
   color: #4931F1;
 }
 .AnyTagClassName
 {
   color: #4931F1;
 }
</style>

background-color css

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

 a { background-color: rgb(73,49,241); }

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

border-color css

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

 span { border-color: rgb(73,49,241); }

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