Html Css Color HEX #491EFE Han Purple

📋 copy color: '#491EFE'

red 73 ◦ green 30 ◦ blue 254

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

Shades of Han Purple #491EFE

Tints of Han Purple #491EFE

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.4%

 BLUE value IS 254 (99.61% from 255) = 71.15%

R = 20.45%
G = 8.4%
B = 71.15%

CMYK

 C value IS 0.71

 M value IS 0.88

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#491EFE (or 0x491EFE) is known color: Han Purple. HEX triplet: 49, 1E and FE. RGB value is (73,30,254). Sum of RGB (Red+Green+Blue) = 73+30+254=357 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.45% from 357); Green value is 30 (12.11% from 255 or 8.40% from 357); Blue value is 254 (99.61% from 255 or 71.15% from 357); Max value from RGB is 254 - color contains mainly: blue. Hex color #491EFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #491EFE is #B6E101. Grayscale: #434343. Windows color (decimal): -11985154 or 16653897. OLE color: 16653897.

HSL color Cylindrical-coordinate representation of color #491EFE: hue angle of 251.52º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #491EFE is Cyan = 0.71, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 73 30 254 -
CMYK 0.71 0.88 0 0.00
HSL 251.52º 0.99% 0.56% -
HSV(B) 251.52º 0.88% 1% -
XYZ 21.1 9.5 94.49 -
YUV 68.39 232.75 131.29 -
System Red Green Blue C M Y K H S L
Decimal 73 30 254 0.71 0.88 0 0.00 251.52 0.99 0.56
Hex 49 1E FE 47 58 0 0 FC 63 38
Octal 111 36 376 107 130 0 0 374 143 70
Binary 1001001 11110 11111110 1000111 1011000 0 0 11111100 1100011 111000

Color Harmonies of #491EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491EFE

Black with #491EFE

Text Example


Text Example

White with #491EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,30,254); }

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

background-color css

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

 a { background-color: rgb(73,30,254); }

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

border-color css

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

 span { border-color: rgb(73,30,254); }

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