Html Css Color HEX #491FFE Han Purple

📋 copy color: '#491FFE'

red 73 ◦ green 31 ◦ blue 254

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

Shades of Han Purple #491FFE

Tints of Han Purple #491FFE

RGB

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

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

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

R = 20.39%
G = 8.66%
B = 70.95%

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

#491FFE (or 0x491FFE) is known color: Han Purple. HEX triplet: 49, 1F and FE. RGB value is (73,31,254). Sum of RGB (Red+Green+Blue) = 73+31+254=358 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.39% from 358); Green value is 31 (12.5% from 255 or 8.66% from 358); Blue value is 254 (99.61% from 255 or 70.95% from 358); Max value from RGB is 254 - color contains mainly: blue. Hex color #491FFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #491FFE is #B6E001. Grayscale: #444444. Windows color (decimal): -11984898 or 16654153. OLE color: 16654153.

HSL color Cylindrical-coordinate representation of color #491FFE: hue angle of 251.3º 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 #491FFE is Cyan = 0.71, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 73 31 254 -
CMYK 0.71 0.88 0 0.00
HSL 251.3º 0.99% 0.56% -
HSV(B) 251.3º 0.88% 1% -
XYZ 21.13 9.55 94.5 -
YUV 68.98 232.41 130.87 -
System Red Green Blue C M Y K H S L
Decimal 73 31 254 0.71 0.88 0 0.00 251.3 0.99 0.56
Hex 49 1F FE 47 58 0 0 FB 63 38
Octal 111 37 376 107 130 0 0 373 143 70
Binary 1001001 11111 11111110 1000111 1011000 0 0 11111011 1100011 111000

Color Harmonies of #491FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491FFE

Black with #491FFE

Text Example


Text Example

White with #491FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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