Html Css Color HEX #490FFA Han Purple

📋 copy color: '#490FFA'

red 73 ◦ green 15 ◦ blue 250

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

Shades of Han Purple #490FFA

Tints of Han Purple #490FFA

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.44%

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

R = 21.6%
G = 4.44%
B = 73.96%

CMYK

 C value IS 0.71

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#490FFA (or 0x490FFA) is known color: Han Purple. HEX triplet: 49, 0F and FA. RGB value is (73,15,250). Sum of RGB (Red+Green+Blue) = 73+15+250=338 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.60% from 338); Green value is 15 (6.25% from 255 or 4.44% from 338); Blue value is 250 (98.05% from 255 or 73.96% from 338); Max value from RGB is 250 - color contains mainly: blue. Hex color #490FFA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #490FFA is #B6F005. Grayscale: #3A3A3A. Windows color (decimal): -11988998 or 16387913. OLE color: 16387913.

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

Color convert

RGB 73 15 250 -
CMYK 0.71 0.94 0 0.02
HSL 254.81º 0.96% 0.52% -
HSV(B) 254.81º 0.94% 0.98% -
XYZ 20.17 8.66 91.05 -
YUV 59.13 235.72 137.89 -
System Red Green Blue C M Y K H S L
Decimal 73 15 250 0.71 0.94 0 0.02 254.81 0.96 0.52
Hex 49 F FA 47 5E 0 2 FF 60 34
Octal 111 17 372 107 136 0 2 377 140 64
Binary 1001001 1111 11111010 1000111 1011110 0 10 11111111 1100000 110100

Color Harmonies of #490FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490FFA

Black with #490FFA

Text Example


Text Example

White with #490FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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