Html Css Color HEX #491FEF Han Purple

📋 copy color: '#491FEF'

red 73 ◦ green 31 ◦ blue 239

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

Shades of Han Purple #491FEF

Tints of Han Purple #491FEF

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.04%

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

R = 21.28%
G = 9.04%
B = 69.68%

CMYK

 C value IS 0.69

 M value IS 0.87

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#491FEF (or 0x491FEF) is known color: Han Purple. HEX triplet: 49, 1F and EF. RGB value is (73,31,239). Sum of RGB (Red+Green+Blue) = 73+31+239=343 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.28% from 343); Green value is 31 (12.5% from 255 or 9.04% from 343); Blue value is 239 (93.75% from 255 or 69.68% from 343); Max value from RGB is 239 - color contains mainly: blue. Hex color #491FEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #491FEF is #B6E010. Grayscale: #424242. Windows color (decimal): -11984913 or 15671113. OLE color: 15671113.

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

Color convert

RGB 73 31 239 -
CMYK 0.69 0.87 0 0.06
HSL 252.12º 0.87% 0.53% -
HSV(B) 252.12º 0.87% 0.94% -
XYZ 18.82 8.63 82.34 -
YUV 67.27 224.91 132.09 -
System Red Green Blue C M Y K H S L
Decimal 73 31 239 0.69 0.87 0 0.06 252.12 0.87 0.53
Hex 49 1F EF 45 57 0 6 FC 57 35
Octal 111 37 357 105 127 0 6 374 127 65
Binary 1001001 11111 11101111 1000101 1010111 0 110 11111100 1010111 110101

Color Harmonies of #491FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491FEF

Black with #491FEF

Text Example


Text Example

White with #491FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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