Html Css Color HEX #490FFB Han Purple

📋 copy color: '#490FFB'

red 73 ◦ green 15 ◦ blue 251

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

Shades of Han Purple #490FFB

Tints of Han Purple #490FFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 74.04%

R = 21.53%
G = 4.42%
B = 74.04%

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

#490FFB (or 0x490FFB) is known color: Han Purple. HEX triplet: 49, 0F and FB. RGB value is (73,15,251). Sum of RGB (Red+Green+Blue) = 73+15+251=339 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.53% from 339); Green value is 15 (6.25% from 255 or 4.42% from 339); Blue value is 251 (98.44% from 255 or 74.04% from 339); Max value from RGB is 251 - color contains mainly: blue. Hex color #490FFB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #490FFB is #B6F004. Grayscale: #3A3A3A. Windows color (decimal): -11988997 or 16453449. OLE color: 16453449.

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

Color convert

RGB 73 15 251 -
CMYK 0.71 0.94 0 0.02
HSL 254.75º 0.97% 0.52% -
HSV(B) 254.75º 0.94% 0.98% -
XYZ 20.33 8.72 91.88 -
YUV 59.25 236.22 137.81 -
System Red Green Blue C M Y K H S L
Decimal 73 15 251 0.71 0.94 0 0.02 254.75 0.97 0.52
Hex 49 F FB 47 5E 0 2 FF 61 34
Octal 111 17 373 107 136 0 2 377 141 64
Binary 1001001 1111 11111011 1000111 1011110 0 10 11111111 1100001 110100

Color Harmonies of #490FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490FFB

Black with #490FFB

Text Example


Text Example

White with #490FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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