Html Css Color HEX #490AE9 Han Purple

📋 copy color: '#490AE9'

red 73 ◦ green 10 ◦ blue 233

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

Shades of Han Purple #490AE9

Tints of Han Purple #490AE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 73.73%

R = 23.1%
G = 3.16%
B = 73.73%

CMYK

 C value IS 0.69

 M value IS 0.96

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#490AE9 (or 0x490AE9) is known color: Han Purple. HEX triplet: 49, 0A and E9. RGB value is (73,10,233). Sum of RGB (Red+Green+Blue) = 73+10+233=316 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.10% from 316); Green value is 10 (4.30% from 255 or 3.16% from 316); Blue value is 233 (91.41% from 255 or 73.73% from 316); Max value from RGB is 233 - color contains mainly: blue. Hex color #490AE9 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #490AE9 is #B6F516. Grayscale: #353535. Windows color (decimal): -11990295 or 15272521. OLE color: 15272521.

HSL color Cylindrical-coordinate representation of color #490AE9: hue angle of 256.95º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #490AE9 is Cyan = 0.69, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 73 10 233 -
CMYK 0.69 0.96 0 0.09
HSL 256.95º 0.92% 0.48% -
HSV(B) 256.95º 0.96% 0.91% -
XYZ 17.56 7.52 77.62 -
YUV 54.26 228.87 141.37 -
System Red Green Blue C M Y K H S L
Decimal 73 10 233 0.69 0.96 0 0.09 256.95 0.92 0.48
Hex 49 A E9 45 60 0 9 101 5C 30
Octal 111 12 351 105 140 0 11 401 134 60
Binary 1001001 1010 11101001 1000101 1100000 0 1001 100000001 1011100 110000

Color Harmonies of #490AE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490AE9

Black with #490AE9

Text Example


Text Example

White with #490AE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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