Html Css Color HEX #4731DB Han Purple

📋 copy color: '#4731DB'

red 71 ◦ green 49 ◦ blue 219

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

Shades of Han Purple #4731DB

Tints of Han Purple #4731DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 64.6%

R = 20.94%
G = 14.45%
B = 64.6%

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

#4731DB (or 0x4731DB) is known color: Han Purple. HEX triplet: 47, 31 and DB. RGB value is (71,49,219). Sum of RGB (Red+Green+Blue) = 71+49+219=339 (44% of max value = 765). Red value is 71 (28.12% from 255 or 20.94% from 339); Green value is 49 (19.53% from 255 or 14.45% from 339); Blue value is 219 (85.94% from 255 or 64.60% from 339); Max value from RGB is 219 - color contains mainly: blue. Hex color #4731DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4731DB is #B8CE24. Grayscale: #4A4A4A. Windows color (decimal): -12111397 or 14364999. OLE color: 14364999.

HSL color Cylindrical-coordinate representation of color #4731DB: hue angle of 247.76º degrees, saturation: 0.7, 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 #4731DB is Cyan = 0.68, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 71 49 219 -
CMYK 0.68 0.78 0 0.14
HSL 247.76º 0.7% 0.53% -
HSV(B) 247.76º 0.78% 0.86% -
XYZ 16.48 8.65 67.82 -
YUV 74.96 209.29 125.18 -
System Red Green Blue C M Y K H S L
Decimal 71 49 219 0.68 0.78 0 0.14 247.76 0.7 0.53
Hex 47 31 DB 44 4E 0 E F8 46 35
Octal 107 61 333 104 116 0 16 370 106 65
Binary 1000111 110001 11011011 1000100 1001110 0 1110 11111000 1000110 110101

Color Harmonies of #4731DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4731DB

Black with #4731DB

Text Example


Text Example

White with #4731DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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