Html Css Color HEX #490AEE Han Purple

📋 copy color: '#490AEE'

red 73 ◦ green 10 ◦ blue 238

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

Shades of Han Purple #490AEE

Tints of Han Purple #490AEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 74.14%

R = 22.74%
G = 3.12%
B = 74.14%

CMYK

 C value IS 0.69

 M value IS 0.96

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#490AEE (or 0x490AEE) is known color: Han Purple. HEX triplet: 49, 0A and EE. RGB value is (73,10,238). Sum of RGB (Red+Green+Blue) = 73+10+238=321 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.74% from 321); Green value is 10 (4.30% from 255 or 3.12% from 321); Blue value is 238 (93.36% from 255 or 74.14% from 321); Max value from RGB is 238 - color contains mainly: blue. Hex color #490AEE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #490AEE is #B6F511. Grayscale: #353535. Windows color (decimal): -11990290 or 15600201. OLE color: 15600201.

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

Color convert

RGB 73 10 238 -
CMYK 0.69 0.96 0 0.07
HSL 256.58º 0.92% 0.49% -
HSV(B) 256.58º 0.96% 0.93% -
XYZ 18.29 7.81 81.43 -
YUV 54.83 231.37 140.96 -
System Red Green Blue C M Y K H S L
Decimal 73 10 238 0.69 0.96 0 0.07 256.58 0.92 0.49
Hex 49 A EE 45 60 0 7 101 5C 31
Octal 111 12 356 105 140 0 7 401 134 61
Binary 1001001 1010 11101110 1000101 1100000 0 111 100000001 1011100 110001

Color Harmonies of #490AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490AEE

Black with #490AEE

Text Example


Text Example

White with #490AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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