Html Css Color HEX #4731E1 Han Purple

📋 copy color: '#4731E1'

red 71 ◦ green 49 ◦ blue 225

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

Shades of Han Purple #4731E1

Tints of Han Purple #4731E1

RGB

 RED value IS 71 (28.13% from 255) = 20.58%

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

 BLUE value IS 225 (88.28% from 255) = 65.22%

R = 20.58%
G = 14.2%
B = 65.22%

CMYK

 C value IS 0.68

 M value IS 0.78

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#4731E1 (or 0x4731E1) is known color: Han Purple. HEX triplet: 47, 31 and E1. RGB value is (71,49,225). Sum of RGB (Red+Green+Blue) = 71+49+225=345 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.58% from 345); Green value is 49 (19.53% from 255 or 14.20% from 345); Blue value is 225 (88.28% from 255 or 65.22% from 345); Max value from RGB is 225 - color contains mainly: blue. Hex color #4731E1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4731E1 is #B8CE1E. Grayscale: #4A4A4A. Windows color (decimal): -12111391 or 14758215. OLE color: 14758215.

HSL color Cylindrical-coordinate representation of color #4731E1: hue angle of 247.5º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4731E1 is Cyan = 0.68, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 71 49 225 -
CMYK 0.68 0.78 0 0.12
HSL 247.5º 0.75% 0.54% -
HSV(B) 247.5º 0.78% 0.88% -
XYZ 17.29 8.97 72.05 -
YUV 75.64 212.29 124.69 -
System Red Green Blue C M Y K H S L
Decimal 71 49 225 0.68 0.78 0 0.12 247.5 0.75 0.54
Hex 47 31 E1 44 4E 0 C F8 4B 36
Octal 107 61 341 104 116 0 14 370 113 66
Binary 1000111 110001 11100001 1000100 1001110 0 1100 11111000 1001011 110110

Color Harmonies of #4731E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4731E1

Black with #4731E1

Text Example


Text Example

White with #4731E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4731E1; }

 p { color: rgb(71,49,225); }

 H1.HeaderClassName
 {
   color: #4731E1;
 }
 .AnyTagClassName
 {
   color: #4731E1;
 }
</style>

background-color css

<style>
 a { background-color: #4731E1; }

 a { background-color: rgb(71,49,225); }

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

border-color css

<style>
 span { border-color: #4731E1; }

 span { border-color: rgb(71,49,225); }

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