Html Css Color HEX #490BF1 Han Purple

📋 copy color: '#490BF1'

red 73 ◦ green 11 ◦ blue 241

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

Shades of Han Purple #490BF1

Tints of Han Purple #490BF1

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.38%

 BLUE value IS 241 (94.53% from 255) = 74.15%

R = 22.46%
G = 3.38%
B = 74.15%

CMYK

 C value IS 0.70

 M value IS 0.95

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#490BF1 (or 0x490BF1) is known color: Han Purple. HEX triplet: 49, 0B and F1. RGB value is (73,11,241). Sum of RGB (Red+Green+Blue) = 73+11+241=325 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.46% from 325); Green value is 11 (4.69% from 255 or 3.38% from 325); Blue value is 241 (94.53% from 255 or 74.15% from 325); Max value from RGB is 241 - color contains mainly: blue. Hex color #490BF1 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #490BF1 is #B6F40E. Grayscale: #363636. Windows color (decimal): -11990031 or 15797065. OLE color: 15797065.

HSL color Cylindrical-coordinate representation of color #490BF1: hue angle of 256.17º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #490BF1 is Cyan = 0.70, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 73 11 241 -
CMYK 0.70 0.95 0 0.05
HSL 256.17º 0.91% 0.49% -
HSV(B) 256.17º 0.95% 0.95% -
XYZ 18.74 8.01 83.78 -
YUV 55.76 232.54 140.3 -
System Red Green Blue C M Y K H S L
Decimal 73 11 241 0.70 0.95 0 0.05 256.17 0.91 0.49
Hex 49 B F1 46 5F 0 5 100 5B 31
Octal 111 13 361 106 137 0 5 400 133 61
Binary 1001001 1011 11110001 1000110 1011111 0 101 100000000 1011011 110001

Color Harmonies of #490BF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490BF1

Black with #490BF1

Text Example


Text Example

White with #490BF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,11,241); }

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

background-color css

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

 a { background-color: rgb(73,11,241); }

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

border-color css

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

 span { border-color: rgb(73,11,241); }

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