Html Css Color HEX #4731DC Han Purple

📋 copy color: '#4731DC'

red 71 ◦ green 49 ◦ blue 220

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

Shades of Han Purple #4731DC

Tints of Han Purple #4731DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 64.71%

R = 20.88%
G = 14.41%
B = 64.71%

CMYK

 C value IS 0.68

 M value IS 0.78

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4731DC (or 0x4731DC) is known color: Han Purple. HEX triplet: 47, 31 and DC. RGB value is (71,49,220). Sum of RGB (Red+Green+Blue) = 71+49+220=340 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.88% from 340); Green value is 49 (19.53% from 255 or 14.41% from 340); Blue value is 220 (86.33% from 255 or 64.71% from 340); Max value from RGB is 220 - color contains mainly: blue. Hex color #4731DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4731DC is #B8CE23. Grayscale: #4A4A4A. Windows color (decimal): -12111396 or 14430535. OLE color: 14430535.

HSL color Cylindrical-coordinate representation of color #4731DC: hue angle of 247.72º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4731DC is Cyan = 0.68, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 71 49 220 -
CMYK 0.68 0.78 0 0.14
HSL 247.72º 0.71% 0.53% -
HSV(B) 247.72º 0.78% 0.86% -
XYZ 16.62 8.7 68.51 -
YUV 75.07 209.79 125.1 -
System Red Green Blue C M Y K H S L
Decimal 71 49 220 0.68 0.78 0 0.14 247.72 0.71 0.53
Hex 47 31 DC 44 4E 0 E F8 47 35
Octal 107 61 334 104 116 0 16 370 107 65
Binary 1000111 110001 11011100 1000100 1001110 0 1110 11111000 1000111 110101

Color Harmonies of #4731DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4731DC

Black with #4731DC

Text Example


Text Example

White with #4731DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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