Html Css Color HEX #4A31FF Han Purple

📋 copy color: '#4A31FF'

red 74 ◦ green 49 ◦ blue 255

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

Shades of Han Purple #4A31FF

Tints of Han Purple #4A31FF

RGB

 RED value IS 74 (29.3% from 255) = 19.58%

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

 BLUE value IS 255 (100% from 255) = 67.46%

R = 19.58%
G = 12.96%
B = 67.46%

CMYK

 C value IS 0.71

 M value IS 0.81

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4A31FF (or 0x4A31FF) is known color: Han Purple. HEX triplet: 4A, 31 and FF. RGB value is (74,49,255). Sum of RGB (Red+Green+Blue) = 74+49+255=378 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.58% from 378); Green value is 49 (19.53% from 255 or 12.96% from 378); Blue value is 255 (100% from 255 or 67.46% from 378); Max value from RGB is 255 - color contains mainly: blue. Hex color #4A31FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4A31FF is #B5CE00. Grayscale: #4F4F4F. Windows color (decimal): -11914753 or 16724298. OLE color: 16724298.

HSL color Cylindrical-coordinate representation of color #4A31FF: hue angle of 247.28º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4A31FF is Cyan = 0.71, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 74 49 255 -
CMYK 0.71 0.81 0 0
HSL 247.28º 1% 0.6% -
HSV(B) 247.28º 0.81% 1% -
XYZ 21.97 10.87 95.55 -
YUV 79.96 226.78 123.75 -
System Red Green Blue C M Y K H S L
Decimal 74 49 255 0.71 0.81 0 0 247.28 1 0.6
Hex 4A 31 FF 47 51 0 0 F7 64 3C
Octal 112 61 377 107 121 0 0 367 144 74
Binary 1001010 110001 11111111 1000111 1010001 0 0 11110111 1100100 111100

Color Harmonies of #4A31FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A31FF

Black with #4A31FF

Text Example


Text Example

White with #4A31FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4A31FF; }

 p { color: rgb(74,49,255); }

 H1.HeaderClassName
 {
   color: #4A31FF;
 }
 .AnyTagClassName
 {
   color: #4A31FF;
 }
</style>

background-color css

<style>
 a { background-color: #4A31FF; }

 a { background-color: rgb(74,49,255); }

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

border-color css

<style>
 span { border-color: #4A31FF; }

 span { border-color: rgb(74,49,255); }

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