Html Css Color HEX #491ED7 Han Purple

📋 copy color: '#491ED7'

red 73 ◦ green 30 ◦ blue 215

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

Shades of Han Purple #491ED7

Tints of Han Purple #491ED7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 67.61%

R = 22.96%
G = 9.43%
B = 67.61%

CMYK

 C value IS 0.66

 M value IS 0.86

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#491ED7 (or 0x491ED7) is known color: Han Purple. HEX triplet: 49, 1E and D7. RGB value is (73,30,215). Sum of RGB (Red+Green+Blue) = 73+30+215=318 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.96% from 318); Green value is 30 (12.11% from 255 or 9.43% from 318); Blue value is 215 (84.38% from 255 or 67.61% from 318); Max value from RGB is 215 - color contains mainly: blue. Hex color #491ED7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #491ED7 is #B6E128. Grayscale: #3F3F3F. Windows color (decimal): -11985193 or 14097993. OLE color: 14097993.

HSL color Cylindrical-coordinate representation of color #491ED7: hue angle of 253.95º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #491ED7 is Cyan = 0.66, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 73 30 215 -
CMYK 0.66 0.86 0 0.16
HSL 253.95º 0.76% 0.48% -
HSV(B) 253.95º 0.86% 0.84% -
XYZ 15.48 7.25 64.87 -
YUV 63.95 213.25 134.46 -
System Red Green Blue C M Y K H S L
Decimal 73 30 215 0.66 0.86 0 0.16 253.95 0.76 0.48
Hex 49 1E D7 42 56 0 10 FE 4C 30
Octal 111 36 327 102 126 0 20 376 114 60
Binary 1001001 11110 11010111 1000010 1010110 0 10000 11111110 1001100 110000

Color Harmonies of #491ED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491ED7

Black with #491ED7

Text Example


Text Example

White with #491ED7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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