Html Css Color HEX #4900FA Han Purple

📋 copy color: '#4900FA'

red 73 ◦ green 0 ◦ blue 250

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

Shades of Han Purple #4900FA

Tints of Han Purple #4900FA

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 22.6%
G = 0%
B = 77.4%

CMYK

 C value IS 0.71

 M value IS 1

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4900FA (or 0x4900FA) is known color: Han Purple. HEX triplet: 49, 00 and FA. RGB value is (73,0,250). Sum of RGB (Red+Green+Blue) = 73+0+250=323 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.60% from 323); Green value is 0 (0.39% from 255 or 0% from 323); Blue value is 250 (98.05% from 255 or 77.40% from 323); Max value from RGB is 250 - color contains mainly: blue. Hex color #4900FA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4900FA is #B6FF05. Grayscale: #313131. Windows color (decimal): -11992838 or 16384073. OLE color: 16384073.

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

Color convert

RGB 73 0 250 -
CMYK 0.71 1 0 0.02
HSL 257.52º 1% 0.49% -
HSV(B) 257.52º 1% 0.98% -
XYZ 20 8.32 90.99 -
YUV 50.33 240.68 144.17 -
System Red Green Blue C M Y K H S L
Decimal 73 0 250 0.71 1 0 0.02 257.52 1 0.49
Hex 49 0 FA 47 64 0 2 102 64 31
Octal 111 0 372 107 144 0 2 402 144 61
Binary 1001001 0 11111010 1000111 1100100 0 10 100000010 1100100 110001

Color Harmonies of #4900FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4900FA

Black with #4900FA

Text Example


Text Example

White with #4900FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4900FA; }

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

 H1.HeaderClassName
 {
   color: #4900FA;
 }
 .AnyTagClassName
 {
   color: #4900FA;
 }
</style>

background-color css

<style>
 a { background-color: #4900FA; }

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

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

border-color css

<style>
 span { border-color: #4900FA; }

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

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