Html Css Color HEX #491EF1 Han Purple

📋 copy color: '#491EF1'

red 73 ◦ green 30 ◦ blue 241

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

Shades of Han Purple #491EF1

Tints of Han Purple #491EF1

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.72%

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

R = 21.22%
G = 8.72%
B = 70.06%

CMYK

 C value IS 0.70

 M value IS 0.88

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#491EF1 (or 0x491EF1) is known color: Han Purple. HEX triplet: 49, 1E and F1. RGB value is (73,30,241). Sum of RGB (Red+Green+Blue) = 73+30+241=344 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.22% from 344); Green value is 30 (12.11% from 255 or 8.72% from 344); Blue value is 241 (94.53% from 255 or 70.06% from 344); Max value from RGB is 241 - color contains mainly: blue. Hex color #491EF1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #491EF1 is #B6E10E. Grayscale: #424242. Windows color (decimal): -11985167 or 15801929. OLE color: 15801929.

HSL color Cylindrical-coordinate representation of color #491EF1: hue angle of 252.23º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #491EF1 is Cyan = 0.70, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 73 30 241 -
CMYK 0.70 0.88 0 0.05
HSL 252.23º 0.88% 0.53% -
HSV(B) 252.23º 0.88% 0.95% -
XYZ 19.09 8.7 83.89 -
YUV 66.91 226.25 132.34 -
System Red Green Blue C M Y K H S L
Decimal 73 30 241 0.70 0.88 0 0.05 252.23 0.88 0.53
Hex 49 1E F1 46 58 0 5 FC 58 35
Octal 111 36 361 106 130 0 5 374 130 65
Binary 1001001 11110 11110001 1000110 1011000 0 101 11111100 1011000 110101

Color Harmonies of #491EF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491EF1

Black with #491EF1

Text Example


Text Example

White with #491EF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491EF1; }

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

 H1.HeaderClassName
 {
   color: #491EF1;
 }
 .AnyTagClassName
 {
   color: #491EF1;
 }
</style>

background-color css

<style>
 a { background-color: #491EF1; }

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

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

border-color css

<style>
 span { border-color: #491EF1; }

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

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