Html Css Color HEX #491FED Han Purple

📋 copy color: '#491FED'

red 73 ◦ green 31 ◦ blue 237

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

Shades of Han Purple #491FED

Tints of Han Purple #491FED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 69.5%

R = 21.41%
G = 9.09%
B = 69.5%

CMYK

 C value IS 0.69

 M value IS 0.87

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#491FED (or 0x491FED) is known color: Han Purple. HEX triplet: 49, 1F and ED. RGB value is (73,31,237). Sum of RGB (Red+Green+Blue) = 73+31+237=341 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.41% from 341); Green value is 31 (12.5% from 255 or 9.09% from 341); Blue value is 237 (92.97% from 255 or 69.50% from 341); Max value from RGB is 237 - color contains mainly: blue. Hex color #491FED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #491FED is #B6E012. Grayscale: #424242. Windows color (decimal): -11984915 or 15540041. OLE color: 15540041.

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

Color convert

RGB 73 31 237 -
CMYK 0.69 0.87 0 0.07
HSL 252.23º 0.85% 0.53% -
HSV(B) 252.23º 0.87% 0.93% -
XYZ 18.52 8.51 80.79 -
YUV 67.04 223.91 132.25 -
System Red Green Blue C M Y K H S L
Decimal 73 31 237 0.69 0.87 0 0.07 252.23 0.85 0.53
Hex 49 1F ED 45 57 0 7 FC 55 35
Octal 111 37 355 105 127 0 7 374 125 65
Binary 1001001 11111 11101101 1000101 1010111 0 111 11111100 1010101 110101

Color Harmonies of #491FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491FED

Black with #491FED

Text Example


Text Example

White with #491FED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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