Html Css Color HEX #490AD7 Han Purple

📋 copy color: '#490AD7'

red 73 ◦ green 10 ◦ blue 215

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

Shades of Han Purple #490AD7

Tints of Han Purple #490AD7

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.36%

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

R = 24.5%
G = 3.36%
B = 72.15%

CMYK

 C value IS 0.66

 M value IS 0.95

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#490AD7 (or 0x490AD7) is known color: Han Purple. HEX triplet: 49, 0A and D7. RGB value is (73,10,215). Sum of RGB (Red+Green+Blue) = 73+10+215=298 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.50% from 298); Green value is 10 (4.30% from 255 or 3.36% from 298); Blue value is 215 (84.38% from 255 or 72.15% from 298); Max value from RGB is 215 - color contains mainly: blue. Hex color #490AD7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #490AD7 is #B6F528. Grayscale: #333333. Windows color (decimal): -11990313 or 14092873. OLE color: 14092873.

HSL color Cylindrical-coordinate representation of color #490AD7: hue angle of 258.44º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #490AD7 is Cyan = 0.66, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 73 10 215 -
CMYK 0.66 0.95 0 0.16
HSL 258.44º 0.91% 0.44% -
HSV(B) 258.44º 0.95% 0.84% -
XYZ 15.12 6.54 64.76 -
YUV 52.21 219.87 142.83 -
System Red Green Blue C M Y K H S L
Decimal 73 10 215 0.66 0.95 0 0.16 258.44 0.91 0.44
Hex 49 A D7 42 5F 0 10 102 5B 2C
Octal 111 12 327 102 137 0 20 402 133 54
Binary 1001001 1010 11010111 1000010 1011111 0 10000 100000010 1011011 101100

Color Harmonies of #490AD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490AD7

Black with #490AD7

Text Example


Text Example

White with #490AD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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