Html Css Color HEX #491FFB Han Purple

📋 copy color: '#491FFB'

red 73 ◦ green 31 ◦ blue 251

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

Shades of Han Purple #491FFB

Tints of Han Purple #491FFB

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.73%

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

R = 20.56%
G = 8.73%
B = 70.7%

CMYK

 C value IS 0.71

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#491FFB (or 0x491FFB) is known color: Han Purple. HEX triplet: 49, 1F and FB. RGB value is (73,31,251). Sum of RGB (Red+Green+Blue) = 73+31+251=355 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.56% from 355); Green value is 31 (12.5% from 255 or 8.73% from 355); Blue value is 251 (98.44% from 255 or 70.70% from 355); Max value from RGB is 251 - color contains mainly: blue. Hex color #491FFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #491FFB is #B6E004. Grayscale: #434343. Windows color (decimal): -11984901 or 16457545. OLE color: 16457545.

HSL color Cylindrical-coordinate representation of color #491FFB: hue angle of 251.45º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #491FFB is Cyan = 0.71, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 73 31 251 -
CMYK 0.71 0.88 0 0.02
HSL 251.45º 0.96% 0.55% -
HSV(B) 251.45º 0.88% 0.98% -
XYZ 20.65 9.36 91.99 -
YUV 68.64 230.91 131.11 -
System Red Green Blue C M Y K H S L
Decimal 73 31 251 0.71 0.88 0 0.02 251.45 0.96 0.55
Hex 49 1F FB 47 58 0 2 FB 60 37
Octal 111 37 373 107 130 0 2 373 140 67
Binary 1001001 11111 11111011 1000111 1011000 0 10 11111011 1100000 110111

Color Harmonies of #491FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491FFB

Black with #491FFB

Text Example


Text Example

White with #491FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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