Html Css Color HEX #491AF1 Han Purple

📋 copy color: '#491AF1'

red 73 ◦ green 26 ◦ blue 241

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

Shades of Han Purple #491AF1

Tints of Han Purple #491AF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 70.88%

R = 21.47%
G = 7.65%
B = 70.88%

CMYK

 C value IS 0.70

 M value IS 0.89

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#491AF1 (or 0x491AF1) is known color: Han Purple. HEX triplet: 49, 1A and F1. RGB value is (73,26,241). Sum of RGB (Red+Green+Blue) = 73+26+241=340 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.47% from 340); Green value is 26 (10.55% from 255 or 7.65% from 340); Blue value is 241 (94.53% from 255 or 70.88% from 340); Max value from RGB is 241 - color contains mainly: blue. Hex color #491AF1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #491AF1 is #B6E50E. Grayscale: #3F3F3F. Windows color (decimal): -11986191 or 15800905. OLE color: 15800905.

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

Color convert

RGB 73 26 241 -
CMYK 0.70 0.89 0 0.05
HSL 253.12º 0.88% 0.52% -
HSV(B) 253.12º 0.89% 0.95% -
XYZ 18.99 8.51 83.86 -
YUV 64.56 227.57 134.02 -
System Red Green Blue C M Y K H S L
Decimal 73 26 241 0.70 0.89 0 0.05 253.12 0.88 0.52
Hex 49 1A F1 46 59 0 5 FD 58 34
Octal 111 32 361 106 131 0 5 375 130 64
Binary 1001001 11010 11110001 1000110 1011001 0 101 11111101 1011000 110100

Color Harmonies of #491AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491AF1

Black with #491AF1

Text Example


Text Example

White with #491AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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