Html Css Color HEX #490DDC Han Purple

📋 copy color: '#490DDC'

red 73 ◦ green 13 ◦ blue 220

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

Shades of Han Purple #490DDC

Tints of Han Purple #490DDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 71.9%

R = 23.86%
G = 4.25%
B = 71.9%

CMYK

 C value IS 0.67

 M value IS 0.94

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#490DDC (or 0x490DDC) is known color: Han Purple. HEX triplet: 49, 0D and DC. RGB value is (73,13,220). Sum of RGB (Red+Green+Blue) = 73+13+220=306 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.86% from 306); Green value is 13 (5.47% from 255 or 4.25% from 306); Blue value is 220 (86.33% from 255 or 71.90% from 306); Max value from RGB is 220 - color contains mainly: blue. Hex color #490DDC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #490DDC is #B6F223. Grayscale: #353535. Windows color (decimal): -11989540 or 14421321. OLE color: 14421321.

HSL color Cylindrical-coordinate representation of color #490DDC: hue angle of 257.39º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #490DDC is Cyan = 0.67, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 73 13 220 -
CMYK 0.67 0.94 0 0.14
HSL 257.39º 0.89% 0.46% -
HSV(B) 257.39º 0.94% 0.86% -
XYZ 15.81 6.87 68.2 -
YUV 54.54 221.38 141.17 -
System Red Green Blue C M Y K H S L
Decimal 73 13 220 0.67 0.94 0 0.14 257.39 0.89 0.46
Hex 49 D DC 43 5E 0 E 101 59 2E
Octal 111 15 334 103 136 0 16 401 131 56
Binary 1001001 1101 11011100 1000011 1011110 0 1110 100000001 1011001 101110

Color Harmonies of #490DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490DDC

Black with #490DDC

Text Example


Text Example

White with #490DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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