Html Css Color HEX #490CF9 Han Purple

📋 copy color: '#490CF9'

red 73 ◦ green 12 ◦ blue 249

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

Shades of Han Purple #490CF9

Tints of Han Purple #490CF9

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.59%

 BLUE value IS 249 (97.66% from 255) = 74.55%

R = 21.86%
G = 3.59%
B = 74.55%

CMYK

 C value IS 0.71

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#490CF9 (or 0x490CF9) is known color: Han Purple. HEX triplet: 49, 0C and F9. RGB value is (73,12,249). Sum of RGB (Red+Green+Blue) = 73+12+249=334 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.86% from 334); Green value is 12 (5.08% from 255 or 3.59% from 334); Blue value is 249 (97.66% from 255 or 74.55% from 334); Max value from RGB is 249 - color contains mainly: blue. Hex color #490CF9 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #490CF9 is #B6F306. Grayscale: #383838. Windows color (decimal): -11989767 or 16321609. OLE color: 16321609.

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

Color convert

RGB 73 12 249 -
CMYK 0.71 0.95 0 0.02
HSL 255.44º 0.95% 0.51% -
HSV(B) 255.44º 0.95% 0.98% -
XYZ 19.98 8.52 90.21 -
YUV 57.26 236.21 139.23 -
System Red Green Blue C M Y K H S L
Decimal 73 12 249 0.71 0.95 0 0.02 255.44 0.95 0.51
Hex 49 C F9 47 5F 0 2 FF 5F 33
Octal 111 14 371 107 137 0 2 377 137 63
Binary 1001001 1100 11111001 1000111 1011111 0 10 11111111 1011111 110011

Color Harmonies of #490CF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490CF9

Black with #490CF9

Text Example


Text Example

White with #490CF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,12,249); }

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

background-color css

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

 a { background-color: rgb(73,12,249); }

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

border-color css

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

 span { border-color: rgb(73,12,249); }

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