Html Css Color HEX #491CF0 Han Purple

📋 copy color: '#491CF0'

red 73 ◦ green 28 ◦ blue 240

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

Shades of Han Purple #491CF0

Tints of Han Purple #491CF0

RGB

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

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

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

R = 21.41%
G = 8.21%
B = 70.38%

CMYK

 C value IS 0.70

 M value IS 0.88

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#491CF0 (or 0x491CF0) is known color: Han Purple. HEX triplet: 49, 1C and F0. RGB value is (73,28,240). Sum of RGB (Red+Green+Blue) = 73+28+240=341 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.41% from 341); Green value is 28 (11.33% from 255 or 8.21% from 341); Blue value is 240 (94.14% from 255 or 70.38% from 341); Max value from RGB is 240 - color contains mainly: blue. Hex color #491CF0 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #491CF0 is #B6E30F. Grayscale: #404040. Windows color (decimal): -11985680 or 15735881. OLE color: 15735881.

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

Color convert

RGB 73 28 240 -
CMYK 0.70 0.88 0 0.06
HSL 252.74º 0.88% 0.53% -
HSV(B) 252.74º 0.88% 0.94% -
XYZ 18.89 8.54 83.09 -
YUV 65.62 226.41 133.26 -
System Red Green Blue C M Y K H S L
Decimal 73 28 240 0.70 0.88 0 0.06 252.74 0.88 0.53
Hex 49 1C F0 46 58 0 6 FD 58 35
Octal 111 34 360 106 130 0 6 375 130 65
Binary 1001001 11100 11110000 1000110 1011000 0 110 11111101 1011000 110101

Color Harmonies of #491CF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491CF0

Black with #491CF0

Text Example


Text Example

White with #491CF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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