#491AF9

Color #491AF9 Han Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Han Purple #491AF9

Tints of Han Purple #491AF9

Color information

#491AF9 (or 0x491AF9) is unknown color: approx Han Purple. HEX triplet: 49, 1A and F9. RGB value is (73,26,249). Sum of RGB (Red+Green+Blue) = 73+26+249=348 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.98% from 348); Green value is 26 (10.55% from 255 or 7.47% from 348); Blue value is 249 (97.66% from 255 or 71.55% from 348); Max value from RGB is 249 - color contains mainly: blue. Hex color #491AF9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #491AF9 is #B6E506. Grayscale: #404040. Windows color (decimal): -11986183 or 16325193. OLE color: 16325193.

HSL color Cylindrical-coordinate representation of color #491AF9: hue angle of 252.65º degrees, saturation: 0.95, 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 #491AF9 is Cyan = 0.71, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB7326249-
CMYK0.710.9000.02
HSL252.65º94.89%53.92%-
HSV(B)252.65º89.56%97.65%-
XYZ20.228.9990.29-
YUV65.47231.57133.37-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.98%
GREEN value IS 26 (10.55% from 255) = 7.47%
BLUE value IS 249 (97.66% from 255) = 71.55%
R=20.98%
G=7.47%
B=71.55%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal73262490.710.9000.02252.6594.8953.92
Hex491AF9475A02fd5f36
Octal111323711071320237513766
Binary1001001110101111100110001111011010010111111011011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491AF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #491AF9;
 }
 .AnyTagClassName
 {
   color: #491AF9;
 }
</style>
background-color css

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

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

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

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

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

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