Html Css Color HEX #491BF0 Han Purple

📋 copy color: '#491BF0'

red 73 ◦ green 27 ◦ blue 240

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

Shades of Han Purple #491BF0

Tints of Han Purple #491BF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 70.59%

R = 21.47%
G = 7.94%
B = 70.59%

CMYK

 C value IS 0.70

 M value IS 0.89

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#491BF0 (or 0x491BF0) is known color: Han Purple. HEX triplet: 49, 1B and F0. RGB value is (73,27,240). Sum of RGB (Red+Green+Blue) = 73+27+240=340 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.47% from 340); Green value is 27 (10.94% from 255 or 7.94% from 340); Blue value is 240 (94.14% from 255 or 70.59% from 340); Max value from RGB is 240 - color contains mainly: blue. Hex color #491BF0 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #491BF0 is #B6E40F. Grayscale: #404040. Windows color (decimal): -11985936 or 15735625. OLE color: 15735625.

HSL color Cylindrical-coordinate representation of color #491BF0: hue angle of 252.96º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #491BF0 is Cyan = 0.70, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 73 27 240 -
CMYK 0.70 0.89 0 0.06
HSL 252.96º 0.88% 0.52% -
HSV(B) 252.96º 0.89% 0.94% -
XYZ 18.87 8.49 83.08 -
YUV 65.04 226.74 133.68 -
System Red Green Blue C M Y K H S L
Decimal 73 27 240 0.70 0.89 0 0.06 252.96 0.88 0.52
Hex 49 1B F0 46 59 0 6 FD 58 34
Octal 111 33 360 106 131 0 6 375 130 64
Binary 1001001 11011 11110000 1000110 1011001 0 110 11111101 1011000 110100

Color Harmonies of #491BF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491BF0

Black with #491BF0

Text Example


Text Example

White with #491BF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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