Html Css Color HEX #490CD9 Han Purple

📋 copy color: '#490CD9'

red 73 ◦ green 12 ◦ blue 217

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

Shades of Han Purple #490CD9

Tints of Han Purple #490CD9

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.97%

 BLUE value IS 217 (85.16% from 255) = 71.85%

R = 24.17%
G = 3.97%
B = 71.85%

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

#490CD9 (or 0x490CD9) is known color: Han Purple. HEX triplet: 49, 0C and D9. RGB value is (73,12,217). Sum of RGB (Red+Green+Blue) = 73+12+217=302 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.17% from 302); Green value is 12 (5.08% from 255 or 3.97% from 302); Blue value is 217 (85.16% from 255 or 71.85% from 302); Max value from RGB is 217 - color contains mainly: blue. Hex color #490CD9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #490CD9 is #B6F326. Grayscale: #343434. Windows color (decimal): -11989799 or 14224457. OLE color: 14224457.

HSL color Cylindrical-coordinate representation of color #490CD9: hue angle of 257.85º degrees, saturation: 0.9, 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 #490CD9 is Cyan = 0.66, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 73 12 217 -
CMYK 0.66 0.94 0 0.15
HSL 257.85º 0.9% 0.45% -
HSV(B) 257.85º 0.94% 0.85% -
XYZ 15.4 6.69 66.12 -
YUV 53.61 220.21 141.83 -
System Red Green Blue C M Y K H S L
Decimal 73 12 217 0.66 0.94 0 0.15 257.85 0.9 0.45
Hex 49 C D9 42 5E 0 F 102 5A 2D
Octal 111 14 331 102 136 0 17 402 132 55
Binary 1001001 1100 11011001 1000010 1011110 0 1111 100000010 1011010 101101

Color Harmonies of #490CD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490CD9

Black with #490CD9

Text Example


Text Example

White with #490CD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,12,217); }

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

background-color css

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

 a { background-color: rgb(73,12,217); }

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

border-color css

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

 span { border-color: rgb(73,12,217); }

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