Html Css Color HEX #490AF9 Han Purple

📋 copy color: '#490AF9'

red 73 ◦ green 10 ◦ blue 249

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

Shades of Han Purple #490AF9

Tints of Han Purple #490AF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 75%

R = 21.99%
G = 3.01%
B = 75%

CMYK

 C value IS 0.71

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#490AF9 (or 0x490AF9) is known color: Han Purple. HEX triplet: 49, 0A and F9. RGB value is (73,10,249). Sum of RGB (Red+Green+Blue) = 73+10+249=332 (43% of max value = 765). Red value is 73 (28.91% from 255 or 21.99% from 332); Green value is 10 (4.30% from 255 or 3.01% from 332); Blue value is 249 (97.66% from 255 or 75% from 332); Max value from RGB is 249 - color contains mainly: blue. Hex color #490AF9 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #490AF9 is #B6F506. Grayscale: #373737. Windows color (decimal): -11990279 or 16321097. OLE color: 16321097.

HSL color Cylindrical-coordinate representation of color #490AF9: hue angle of 255.82º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #490AF9 is Cyan = 0.71, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 73 10 249 -
CMYK 0.71 0.96 0 0.02
HSL 255.82º 0.95% 0.51% -
HSV(B) 255.82º 0.96% 0.98% -
XYZ 19.96 8.47 90.21 -
YUV 56.08 236.87 140.07 -
System Red Green Blue C M Y K H S L
Decimal 73 10 249 0.71 0.96 0 0.02 255.82 0.95 0.51
Hex 49 A F9 47 60 0 2 100 5F 33
Octal 111 12 371 107 140 0 2 400 137 63
Binary 1001001 1010 11111001 1000111 1100000 0 10 100000000 1011111 110011

Color Harmonies of #490AF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490AF9

Black with #490AF9

Text Example


Text Example

White with #490AF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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