Html Css Color HEX #4931FD Han Purple

📋 copy color: '#4931FD'

red 73 ◦ green 49 ◦ blue 253

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

Shades of Han Purple #4931FD

Tints of Han Purple #4931FD

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.07%

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

R = 19.47%
G = 13.07%
B = 67.47%

CMYK

 C value IS 0.71

 M value IS 0.81

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4931FD (or 0x4931FD) is known color: Han Purple. HEX triplet: 49, 31 and FD. RGB value is (73,49,253). Sum of RGB (Red+Green+Blue) = 73+49+253=375 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.47% from 375); Green value is 49 (19.53% from 255 or 13.07% from 375); Blue value is 253 (99.22% from 255 or 67.47% from 375); Max value from RGB is 253 - color contains mainly: blue. Hex color #4931FD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4931FD is #B6CE02. Grayscale: #4E4E4E. Windows color (decimal): -11980291 or 16593225. OLE color: 16593225.

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

Color convert

RGB 73 49 253 -
CMYK 0.71 0.81 0 0.01
HSL 247.06º 0.98% 0.59% -
HSV(B) 247.06º 0.81% 0.99% -
XYZ 21.58 10.7 93.86 -
YUV 79.43 225.95 123.41 -
System Red Green Blue C M Y K H S L
Decimal 73 49 253 0.71 0.81 0 0.01 247.06 0.98 0.59
Hex 49 31 FD 47 51 0 1 F7 62 3B
Octal 111 61 375 107 121 0 1 367 142 73
Binary 1001001 110001 11111101 1000111 1010001 0 1 11110111 1100010 111011

Color Harmonies of #4931FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4931FD

Black with #4931FD

Text Example


Text Example

White with #4931FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4931FD; }

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

 H1.HeaderClassName
 {
   color: #4931FD;
 }
 .AnyTagClassName
 {
   color: #4931FD;
 }
</style>

background-color css

<style>
 a { background-color: #4931FD; }

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

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

border-color css

<style>
 span { border-color: #4931FD; }

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

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