Html Css Color HEX #490DEC Han Purple

📋 copy color: '#490DEC'

red 73 ◦ green 13 ◦ blue 236

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

Shades of Han Purple #490DEC

Tints of Han Purple #490DEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 73.29%

R = 22.67%
G = 4.04%
B = 73.29%

CMYK

 C value IS 0.69

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#490DEC (or 0x490DEC) is known color: Han Purple. HEX triplet: 49, 0D and EC. RGB value is (73,13,236). Sum of RGB (Red+Green+Blue) = 73+13+236=322 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.67% from 322); Green value is 13 (5.47% from 255 or 4.04% from 322); Blue value is 236 (92.58% from 255 or 73.29% from 322); Max value from RGB is 236 - color contains mainly: blue. Hex color #490DEC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #490DEC is #B6F213. Grayscale: #373737. Windows color (decimal): -11989524 or 15469897. OLE color: 15469897.

HSL color Cylindrical-coordinate representation of color #490DEC: hue angle of 256.14º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #490DEC is Cyan = 0.69, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 73 13 236 -
CMYK 0.69 0.94 0 0.07
HSL 256.14º 0.9% 0.49% -
HSV(B) 256.14º 0.94% 0.93% -
XYZ 18.03 7.76 79.9 -
YUV 56.36 229.38 139.87 -
System Red Green Blue C M Y K H S L
Decimal 73 13 236 0.69 0.94 0 0.07 256.14 0.9 0.49
Hex 49 D EC 45 5E 0 7 100 5A 31
Octal 111 15 354 105 136 0 7 400 132 61
Binary 1001001 1101 11101100 1000101 1011110 0 111 100000000 1011010 110001

Color Harmonies of #490DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490DEC

Black with #490DEC

Text Example


Text Example

White with #490DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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