Html Css Color HEX #491AE7 Han Purple

📋 copy color: '#491AE7'

red 73 ◦ green 26 ◦ blue 231

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

Shades of Han Purple #491AE7

Tints of Han Purple #491AE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 70%

R = 22.12%
G = 7.88%
B = 70%

CMYK

 C value IS 0.68

 M value IS 0.89

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#491AE7 (or 0x491AE7) is known color: Han Purple. HEX triplet: 49, 1A and E7. RGB value is (73,26,231). Sum of RGB (Red+Green+Blue) = 73+26+231=330 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.12% from 330); Green value is 26 (10.55% from 255 or 7.88% from 330); Blue value is 231 (90.62% from 255 or 70% from 330); Max value from RGB is 231 - color contains mainly: blue. Hex color #491AE7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #491AE7 is #B6E518. Grayscale: #3E3E3E. Windows color (decimal): -11986201 or 15145545. OLE color: 15145545.

HSL color Cylindrical-coordinate representation of color #491AE7: hue angle of 253.76º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #491AE7 is Cyan = 0.68, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 73 26 231 -
CMYK 0.68 0.89 0 0.09
HSL 253.76º 0.81% 0.5% -
HSV(B) 253.76º 0.89% 0.91% -
XYZ 17.54 7.92 76.21 -
YUV 63.42 222.57 134.83 -
System Red Green Blue C M Y K H S L
Decimal 73 26 231 0.68 0.89 0 0.09 253.76 0.81 0.5
Hex 49 1A E7 44 59 0 9 FE 51 32
Octal 111 32 347 104 131 0 11 376 121 62
Binary 1001001 11010 11100111 1000100 1011001 0 1001 11111110 1010001 110010

Color Harmonies of #491AE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491AE7

Black with #491AE7

Text Example


Text Example

White with #491AE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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