Html Css Color HEX #491AFF Han Purple

📋 copy color: '#491AFF'

red 73 ◦ green 26 ◦ blue 255

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

Shades of Han Purple #491AFF

Tints of Han Purple #491AFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 72.03%

R = 20.62%
G = 7.34%
B = 72.03%

CMYK

 C value IS 0.71

 M value IS 0.90

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#491AFF (or 0x491AFF) is known color: Han Purple. HEX triplet: 49, 1A and FF. RGB value is (73,26,255). Sum of RGB (Red+Green+Blue) = 73+26+255=354 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.62% from 354); Green value is 26 (10.55% from 255 or 7.34% from 354); Blue value is 255 (100% from 255 or 72.03% from 354); Max value from RGB is 255 - color contains mainly: blue. Hex color #491AFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #491AFF is #B6E500. Grayscale: #414141. Windows color (decimal): -11986177 or 16718409. OLE color: 16718409.

HSL color Cylindrical-coordinate representation of color #491AFF: hue angle of 252.31º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #491AFF is Cyan = 0.71, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 73 26 255 -
CMYK 0.71 0.90 0 0
HSL 252.31º 1% 0.55% -
HSV(B) 252.31º 0.9% 1% -
XYZ 21.17 9.38 95.3 -
YUV 66.16 234.57 132.88 -
System Red Green Blue C M Y K H S L
Decimal 73 26 255 0.71 0.90 0 0 252.31 1 0.55
Hex 49 1A FF 47 5A 0 0 FC 64 37
Octal 111 32 377 107 132 0 0 374 144 67
Binary 1001001 11010 11111111 1000111 1011010 0 0 11111100 1100100 110111

Color Harmonies of #491AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491AFF

Black with #491AFF

Text Example


Text Example

White with #491AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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