Html Css Color HEX #491AFB Han Purple

📋 copy color: '#491AFB'

red 73 ◦ green 26 ◦ blue 251

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

Shades of Han Purple #491AFB

Tints of Han Purple #491AFB

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.43%

 BLUE value IS 251 (98.44% from 255) = 71.71%

R = 20.86%
G = 7.43%
B = 71.71%

CMYK

 C value IS 0.71

 M value IS 0.90

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#491AFB (or 0x491AFB) is known color: Han Purple. HEX triplet: 49, 1A and FB. RGB value is (73,26,251). Sum of RGB (Red+Green+Blue) = 73+26+251=350 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.86% from 350); Green value is 26 (10.55% from 255 or 7.43% from 350); Blue value is 251 (98.44% from 255 or 71.71% from 350); Max value from RGB is 251 - color contains mainly: blue. Hex color #491AFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #491AFB is #B6E504. Grayscale: #404040. Windows color (decimal): -11986181 or 16456265. OLE color: 16456265.

HSL color Cylindrical-coordinate representation of color #491AFB: hue angle of 252.53º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #491AFB is Cyan = 0.71, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 73 26 251 -
CMYK 0.71 0.90 0 0.02
HSL 252.53º 0.97% 0.54% -
HSV(B) 252.53º 0.9% 0.98% -
XYZ 20.53 9.12 91.95 -
YUV 65.7 232.57 133.2 -
System Red Green Blue C M Y K H S L
Decimal 73 26 251 0.71 0.90 0 0.02 252.53 0.97 0.54
Hex 49 1A FB 47 5A 0 2 FD 61 36
Octal 111 32 373 107 132 0 2 375 141 66
Binary 1001001 11010 11111011 1000111 1011010 0 10 11111101 1100001 110110

Color Harmonies of #491AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491AFB

Black with #491AFB

Text Example


Text Example

White with #491AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,26,251); }

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

background-color css

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

 a { background-color: rgb(73,26,251); }

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

border-color css

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

 span { border-color: rgb(73,26,251); }

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