Html Css Color HEX #491CF1 Han Purple

📋 copy color: '#491CF1'

red 73 ◦ green 28 ◦ blue 241

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

Shades of Han Purple #491CF1

Tints of Han Purple #491CF1

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.19%

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

R = 21.35%
G = 8.19%
B = 70.47%

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

#491CF1 (or 0x491CF1) is known color: Han Purple. HEX triplet: 49, 1C and F1. RGB value is (73,28,241). Sum of RGB (Red+Green+Blue) = 73+28+241=342 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.35% from 342); Green value is 28 (11.33% from 255 or 8.19% from 342); Blue value is 241 (94.53% from 255 or 70.47% from 342); Max value from RGB is 241 - color contains mainly: blue. Hex color #491CF1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #491CF1 is #B6E30E. Grayscale: #404040. Windows color (decimal): -11985679 or 15801417. OLE color: 15801417.

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

Color convert

RGB 73 28 241 -
CMYK 0.70 0.88 0 0.05
HSL 252.68º 0.88% 0.53% -
HSV(B) 252.68º 0.88% 0.95% -
XYZ 19.04 8.6 83.88 -
YUV 65.74 226.91 133.18 -
System Red Green Blue C M Y K H S L
Decimal 73 28 241 0.70 0.88 0 0.05 252.68 0.88 0.53
Hex 49 1C F1 46 58 0 5 FD 58 35
Octal 111 34 361 106 130 0 5 375 130 65
Binary 1001001 11100 11110001 1000110 1011000 0 101 11111101 1011000 110101

Color Harmonies of #491CF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491CF1

Black with #491CF1

Text Example


Text Example

White with #491CF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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