Html Css Color HEX #490FE7 Han Purple

📋 copy color: '#490FE7'

red 73 ◦ green 15 ◦ blue 231

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

Shades of Han Purple #490FE7

Tints of Han Purple #490FE7

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.7%

 BLUE value IS 231 (90.63% from 255) = 72.41%

R = 22.88%
G = 4.7%
B = 72.41%

CMYK

 C value IS 0.68

 M value IS 0.94

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#490FE7 (or 0x490FE7) is known color: Han Purple. HEX triplet: 49, 0F and E7. RGB value is (73,15,231). Sum of RGB (Red+Green+Blue) = 73+15+231=319 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.88% from 319); Green value is 15 (6.25% from 255 or 4.70% from 319); Blue value is 231 (90.62% from 255 or 72.41% from 319); Max value from RGB is 231 - color contains mainly: blue. Hex color #490FE7 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #490FE7 is #B6F018. Grayscale: #383838. Windows color (decimal): -11989017 or 15142729. OLE color: 15142729.

HSL color Cylindrical-coordinate representation of color #490FE7: hue angle of 256.11º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #490FE7 is Cyan = 0.68, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 73 15 231 -
CMYK 0.68 0.94 0 0.09
HSL 256.11º 0.88% 0.48% -
HSV(B) 256.11º 0.94% 0.91% -
XYZ 17.34 7.53 76.14 -
YUV 56.97 226.22 139.44 -
System Red Green Blue C M Y K H S L
Decimal 73 15 231 0.68 0.94 0 0.09 256.11 0.88 0.48
Hex 49 F E7 44 5E 0 9 100 58 30
Octal 111 17 347 104 136 0 11 400 130 60
Binary 1001001 1111 11100111 1000100 1011110 0 1001 100000000 1011000 110000

Color Harmonies of #490FE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490FE7

Black with #490FE7

Text Example


Text Example

White with #490FE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490FE7; }

 p { color: rgb(73,15,231); }

 H1.HeaderClassName
 {
   color: #490FE7;
 }
 .AnyTagClassName
 {
   color: #490FE7;
 }
</style>

background-color css

<style>
 a { background-color: #490FE7; }

 a { background-color: rgb(73,15,231); }

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

border-color css

<style>
 span { border-color: #490FE7; }

 span { border-color: rgb(73,15,231); }

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