Html Css Color HEX #490BFA Han Purple

📋 copy color: '#490BFA'

red 73 ◦ green 11 ◦ blue 250

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

Shades of Han Purple #490BFA

Tints of Han Purple #490BFA

RGB

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

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

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

R = 21.86%
G = 3.29%
B = 74.85%

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

#490BFA (or 0x490BFA) is known color: Han Purple. HEX triplet: 49, 0B and FA. RGB value is (73,11,250). Sum of RGB (Red+Green+Blue) = 73+11+250=334 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.86% from 334); Green value is 11 (4.69% from 255 or 3.29% from 334); Blue value is 250 (98.05% from 255 or 74.85% from 334); Max value from RGB is 250 - color contains mainly: blue. Hex color #490BFA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #490BFA is #B6F405. Grayscale: #373737. Windows color (decimal): -11990022 or 16386889. OLE color: 16386889.

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

Color convert

RGB 73 11 250 -
CMYK 0.71 0.96 0 0.02
HSL 255.56º 0.96% 0.51% -
HSV(B) 255.56º 0.96% 0.98% -
XYZ 20.12 8.56 91.03 -
YUV 56.78 237.04 139.57 -
System Red Green Blue C M Y K H S L
Decimal 73 11 250 0.71 0.96 0 0.02 255.56 0.96 0.51
Hex 49 B FA 47 60 0 2 100 60 33
Octal 111 13 372 107 140 0 2 400 140 63
Binary 1001001 1011 11111010 1000111 1100000 0 10 100000000 1100000 110011

Color Harmonies of #490BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490BFA

Black with #490BFA

Text Example


Text Example

White with #490BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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