Html Css Color HEX #490DD8 Han Purple

📋 copy color: '#490DD8'

red 73 ◦ green 13 ◦ blue 216

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

Shades of Han Purple #490DD8

Tints of Han Purple #490DD8

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.3%

 BLUE value IS 216 (84.77% from 255) = 71.52%

R = 24.17%
G = 4.3%
B = 71.52%

CMYK

 C value IS 0.66

 M value IS 0.94

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#490DD8 (or 0x490DD8) is known color: Han Purple. HEX triplet: 49, 0D and D8. RGB value is (73,13,216). Sum of RGB (Red+Green+Blue) = 73+13+216=302 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.17% from 302); Green value is 13 (5.47% from 255 or 4.30% from 302); Blue value is 216 (84.77% from 255 or 71.52% from 302); Max value from RGB is 216 - color contains mainly: blue. Hex color #490DD8 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #490DD8 is #B6F227. Grayscale: #353535. Windows color (decimal): -11989544 or 14159177. OLE color: 14159177.

HSL color Cylindrical-coordinate representation of color #490DD8: hue angle of 257.73º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #490DD8 is Cyan = 0.66, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 73 13 216 -
CMYK 0.66 0.94 0 0.15
HSL 257.73º 0.89% 0.45% -
HSV(B) 257.73º 0.94% 0.85% -
XYZ 15.29 6.66 65.45 -
YUV 54.08 219.38 141.49 -
System Red Green Blue C M Y K H S L
Decimal 73 13 216 0.66 0.94 0 0.15 257.73 0.89 0.45
Hex 49 D D8 42 5E 0 F 102 59 2D
Octal 111 15 330 102 136 0 17 402 131 55
Binary 1001001 1101 11011000 1000010 1011110 0 1111 100000010 1011001 101101

Color Harmonies of #490DD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490DD8

Black with #490DD8

Text Example


Text Example

White with #490DD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,13,216); }

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

background-color css

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

 a { background-color: rgb(73,13,216); }

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

border-color css

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

 span { border-color: rgb(73,13,216); }

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