Html Css Color HEX #490ADB Han Purple

📋 copy color: '#490ADB'

red 73 ◦ green 10 ◦ blue 219

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

Shades of Han Purple #490ADB

Tints of Han Purple #490ADB

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.31%

 BLUE value IS 219 (85.94% from 255) = 72.52%

R = 24.17%
G = 3.31%
B = 72.52%

CMYK

 C value IS 0.67

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#490ADB (or 0x490ADB) is known color: Han Purple. HEX triplet: 49, 0A and DB. RGB value is (73,10,219). Sum of RGB (Red+Green+Blue) = 73+10+219=302 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.17% from 302); Green value is 10 (4.30% from 255 or 3.31% from 302); Blue value is 219 (85.94% from 255 or 72.52% from 302); Max value from RGB is 219 - color contains mainly: blue. Hex color #490ADB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #490ADB is #B6F524. Grayscale: #333333. Windows color (decimal): -11990309 or 14355017. OLE color: 14355017.

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

Color convert

RGB 73 10 219 -
CMYK 0.67 0.95 0 0.14
HSL 258.09º 0.91% 0.45% -
HSV(B) 258.09º 0.95% 0.86% -
XYZ 15.64 6.75 67.5 -
YUV 52.66 221.87 142.51 -
System Red Green Blue C M Y K H S L
Decimal 73 10 219 0.67 0.95 0 0.14 258.09 0.91 0.45
Hex 49 A DB 43 5F 0 E 102 5B 2D
Octal 111 12 333 103 137 0 16 402 133 55
Binary 1001001 1010 11011011 1000011 1011111 0 1110 100000010 1011011 101101

Color Harmonies of #490ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490ADB

Black with #490ADB

Text Example


Text Example

White with #490ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,10,219); }

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

background-color css

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

 a { background-color: rgb(73,10,219); }

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

border-color css

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

 span { border-color: rgb(73,10,219); }

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