Html Css Color HEX #490FFD Han Purple

📋 copy color: '#490FFD'

red 73 ◦ green 15 ◦ blue 253

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

Shades of Han Purple #490FFD

Tints of Han Purple #490FFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 74.19%

R = 21.41%
G = 4.4%
B = 74.19%

CMYK

 C value IS 0.71

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#490FFD (or 0x490FFD) is known color: Han Purple. HEX triplet: 49, 0F and FD. RGB value is (73,15,253). Sum of RGB (Red+Green+Blue) = 73+15+253=341 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.41% from 341); Green value is 15 (6.25% from 255 or 4.40% from 341); Blue value is 253 (99.22% from 255 or 74.19% from 341); Max value from RGB is 253 - color contains mainly: blue. Hex color #490FFD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #490FFD is #B6F002. Grayscale: #3A3A3A. Windows color (decimal): -11988995 or 16584521. OLE color: 16584521.

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

Color convert

RGB 73 15 253 -
CMYK 0.71 0.94 0 0.01
HSL 254.62º 0.98% 0.53% -
HSV(B) 254.62º 0.94% 0.99% -
XYZ 20.65 8.85 93.55 -
YUV 59.47 237.22 137.65 -
System Red Green Blue C M Y K H S L
Decimal 73 15 253 0.71 0.94 0 0.01 254.62 0.98 0.53
Hex 49 F FD 47 5E 0 1 FF 62 35
Octal 111 17 375 107 136 0 1 377 142 65
Binary 1001001 1111 11111101 1000111 1011110 0 1 11111111 1100010 110101

Color Harmonies of #490FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490FFD

Black with #490FFD

Text Example


Text Example

White with #490FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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