Html Css Color HEX #490DE6 Han Purple

📋 copy color: '#490DE6'

red 73 ◦ green 13 ◦ blue 230

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

Shades of Han Purple #490DE6

Tints of Han Purple #490DE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 72.78%

R = 23.1%
G = 4.11%
B = 72.78%

CMYK

 C value IS 0.68

 M value IS 0.94

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#490DE6 (or 0x490DE6) is known color: Han Purple. HEX triplet: 49, 0D and E6. RGB value is (73,13,230). Sum of RGB (Red+Green+Blue) = 73+13+230=316 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.10% from 316); Green value is 13 (5.47% from 255 or 4.11% from 316); Blue value is 230 (90.23% from 255 or 72.78% from 316); Max value from RGB is 230 - color contains mainly: blue. Hex color #490DE6 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #490DE6 is #B6F219. Grayscale: #363636. Windows color (decimal): -11989530 or 15076681. OLE color: 15076681.

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

Color convert

RGB 73 13 230 -
CMYK 0.68 0.94 0 0.10
HSL 256.59º 0.89% 0.48% -
HSV(B) 256.59º 0.94% 0.9% -
XYZ 17.17 7.42 75.39 -
YUV 55.68 226.38 140.36 -
System Red Green Blue C M Y K H S L
Decimal 73 13 230 0.68 0.94 0 0.10 256.59 0.89 0.48
Hex 49 D E6 44 5E 0 A 101 59 30
Octal 111 15 346 104 136 0 12 401 131 60
Binary 1001001 1101 11100110 1000100 1011110 0 1010 100000001 1011001 110000

Color Harmonies of #490DE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490DE6

Black with #490DE6

Text Example


Text Example

White with #490DE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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