Html Css Color HEX #4831DC Han Purple

📋 copy color: '#4831DC'

red 72 ◦ green 49 ◦ blue 220

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

Shades of Han Purple #4831DC

Tints of Han Purple #4831DC

RGB

 RED value IS 72 (28.52% from 255) = 21.11%

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

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

R = 21.11%
G = 14.37%
B = 64.52%

CMYK

 C value IS 0.67

 M value IS 0.78

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4831DC (or 0x4831DC) is known color: Han Purple. HEX triplet: 48, 31 and DC. RGB value is (72,49,220). Sum of RGB (Red+Green+Blue) = 72+49+220=341 (45% of max value = 765). Red value is 72 (28.52% from 255 or 21.11% from 341); Green value is 49 (19.53% from 255 or 14.37% from 341); Blue value is 220 (86.33% from 255 or 64.52% from 341); Max value from RGB is 220 - color contains mainly: blue. Hex color #4831DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4831DC is #B7CE23. Grayscale: #4A4A4A. Windows color (decimal): -12045860 or 14430536. OLE color: 14430536.

HSL color Cylindrical-coordinate representation of color #4831DC: hue angle of 248.07º 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 #4831DC is Cyan = 0.67, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 72 49 220 -
CMYK 0.67 0.78 0 0.14
HSL 248.07º 0.71% 0.53% -
HSV(B) 248.07º 0.78% 0.86% -
XYZ 16.69 8.74 68.52 -
YUV 75.37 209.62 125.6 -
System Red Green Blue C M Y K H S L
Decimal 72 49 220 0.67 0.78 0 0.14 248.07 0.71 0.53
Hex 48 31 DC 43 4E 0 E F8 47 35
Octal 110 61 334 103 116 0 16 370 107 65
Binary 1001000 110001 11011100 1000011 1001110 0 1110 11111000 1000111 110101

Color Harmonies of #4831DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4831DC

Black with #4831DC

Text Example


Text Example

White with #4831DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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