Html Css Color HEX #491BF6 Han Purple

📋 copy color: '#491BF6'

red 73 ◦ green 27 ◦ blue 246

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

Shades of Han Purple #491BF6

Tints of Han Purple #491BF6

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.8%

 BLUE value IS 246 (96.48% from 255) = 71.1%

R = 21.1%
G = 7.8%
B = 71.1%

CMYK

 C value IS 0.70

 M value IS 0.89

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#491BF6 (or 0x491BF6) is known color: Han Purple. HEX triplet: 49, 1B and F6. RGB value is (73,27,246). Sum of RGB (Red+Green+Blue) = 73+27+246=346 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.10% from 346); Green value is 27 (10.94% from 255 or 7.80% from 346); Blue value is 246 (96.48% from 255 or 71.10% from 346); Max value from RGB is 246 - color contains mainly: blue. Hex color #491BF6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #491BF6 is #B6E409. Grayscale: #404040. Windows color (decimal): -11985930 or 16128841. OLE color: 16128841.

HSL color Cylindrical-coordinate representation of color #491BF6: hue angle of 252.6º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #491BF6 is Cyan = 0.70, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 73 27 246 -
CMYK 0.70 0.89 0 0.04
HSL 252.6º 0.92% 0.54% -
HSV(B) 252.6º 0.89% 0.96% -
XYZ 19.77 8.85 87.86 -
YUV 65.72 229.74 133.19 -
System Red Green Blue C M Y K H S L
Decimal 73 27 246 0.70 0.89 0 0.04 252.6 0.92 0.54
Hex 49 1B F6 46 59 0 4 FD 5C 36
Octal 111 33 366 106 131 0 4 375 134 66
Binary 1001001 11011 11110110 1000110 1011001 0 100 11111101 1011100 110110

Color Harmonies of #491BF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491BF6

Black with #491BF6

Text Example


Text Example

White with #491BF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,27,246); }

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

background-color css

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

 a { background-color: rgb(73,27,246); }

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

border-color css

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

 span { border-color: rgb(73,27,246); }

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