Html Css Color HEX #490AFA Han Purple

📋 copy color: '#490AFA'

red 73 ◦ green 10 ◦ blue 250

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

Shades of Han Purple #490AFA

Tints of Han Purple #490AFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 75.08%

R = 21.92%
G = 3%
B = 75.08%

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

#490AFA (or 0x490AFA) is known color: Han Purple. HEX triplet: 49, 0A and FA. RGB value is (73,10,250). Sum of RGB (Red+Green+Blue) = 73+10+250=333 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.92% from 333); Green value is 10 (4.30% from 255 or 3.00% from 333); Blue value is 250 (98.05% from 255 or 75.08% from 333); Max value from RGB is 250 - color contains mainly: blue. Hex color #490AFA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #490AFA is #B6F505. Grayscale: #373737. Windows color (decimal): -11990278 or 16386633. OLE color: 16386633.

HSL color Cylindrical-coordinate representation of color #490AFA: hue angle of 255.75º degrees, saturation: 0.96, 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 #490AFA is Cyan = 0.71, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 73 10 250 -
CMYK 0.71 0.96 0 0.02
HSL 255.75º 0.96% 0.51% -
HSV(B) 255.75º 0.96% 0.98% -
XYZ 20.11 8.54 91.03 -
YUV 56.2 237.37 139.99 -
System Red Green Blue C M Y K H S L
Decimal 73 10 250 0.71 0.96 0 0.02 255.75 0.96 0.51
Hex 49 A FA 47 60 0 2 100 60 33
Octal 111 12 372 107 140 0 2 400 140 63
Binary 1001001 1010 11111010 1000111 1100000 0 10 100000000 1100000 110011

Color Harmonies of #490AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490AFA

Black with #490AFA

Text Example


Text Example

White with #490AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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