Html Css Color HEX #491AEF Han Purple

📋 copy color: '#491AEF'

red 73 ◦ green 26 ◦ blue 239

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

Shades of Han Purple #491AEF

Tints of Han Purple #491AEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 70.71%

R = 21.6%
G = 7.69%
B = 70.71%

CMYK

 C value IS 0.69

 M value IS 0.89

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#491AEF (or 0x491AEF) is known color: Han Purple. HEX triplet: 49, 1A and EF. RGB value is (73,26,239). Sum of RGB (Red+Green+Blue) = 73+26+239=338 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.60% from 338); Green value is 26 (10.55% from 255 or 7.69% from 338); Blue value is 239 (93.75% from 255 or 70.71% from 338); Max value from RGB is 239 - color contains mainly: blue. Hex color #491AEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #491AEF is #B6E510. Grayscale: #3F3F3F. Windows color (decimal): -11986193 or 15669833. OLE color: 15669833.

HSL color Cylindrical-coordinate representation of color #491AEF: hue angle of 253.24º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #491AEF is Cyan = 0.69, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 73 26 239 -
CMYK 0.69 0.89 0 0.06
HSL 253.24º 0.87% 0.52% -
HSV(B) 253.24º 0.89% 0.94% -
XYZ 18.7 8.39 82.29 -
YUV 64.34 226.57 134.18 -
System Red Green Blue C M Y K H S L
Decimal 73 26 239 0.69 0.89 0 0.06 253.24 0.87 0.52
Hex 49 1A EF 45 59 0 6 FD 57 34
Octal 111 32 357 105 131 0 6 375 127 64
Binary 1001001 11010 11101111 1000101 1011001 0 110 11111101 1010111 110100

Color Harmonies of #491AEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491AEF

Black with #491AEF

Text Example


Text Example

White with #491AEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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