Html Css Color HEX #490AED Han Purple

📋 copy color: '#490AED'

red 73 ◦ green 10 ◦ blue 237

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

Shades of Han Purple #490AED

Tints of Han Purple #490AED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 74.06%

R = 22.81%
G = 3.13%
B = 74.06%

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

#490AED (or 0x490AED) is known color: Han Purple. HEX triplet: 49, 0A and ED. RGB value is (73,10,237). Sum of RGB (Red+Green+Blue) = 73+10+237=320 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.81% from 320); Green value is 10 (4.30% from 255 or 3.12% from 320); Blue value is 237 (92.97% from 255 or 74.06% from 320); Max value from RGB is 237 - color contains mainly: blue. Hex color #490AED is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #490AED is #B6F512. Grayscale: #353535. Windows color (decimal): -11990291 or 15534665. OLE color: 15534665.

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

Color convert

RGB 73 10 237 -
CMYK 0.69 0.96 0 0.07
HSL 256.65º 0.92% 0.48% -
HSV(B) 256.65º 0.96% 0.93% -
XYZ 18.14 7.75 80.66 -
YUV 54.72 230.87 141.04 -
System Red Green Blue C M Y K H S L
Decimal 73 10 237 0.69 0.96 0 0.07 256.65 0.92 0.48
Hex 49 A ED 45 60 0 7 101 5C 30
Octal 111 12 355 105 140 0 7 401 134 60
Binary 1001001 1010 11101101 1000101 1100000 0 111 100000001 1011100 110000

Color Harmonies of #490AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490AED

Black with #490AED

Text Example


Text Example

White with #490AED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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