Html Css Color HEX #4C31DC Han Purple

📋 copy color: '#4C31DC'

red 76 ◦ green 49 ◦ blue 220

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

Shades of Han Purple #4C31DC

Tints of Han Purple #4C31DC

RGB

 RED value IS 76 (30.08% from 255) = 22.03%

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

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

R = 22.03%
G = 14.2%
B = 63.77%

CMYK

 C value IS 0.65

 M value IS 0.78

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4C31DC (or 0x4C31DC) is known color: Han Purple. HEX triplet: 4C, 31 and DC. RGB value is (76,49,220). Sum of RGB (Red+Green+Blue) = 76+49+220=345 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.03% from 345); Green value is 49 (19.53% from 255 or 14.20% from 345); Blue value is 220 (86.33% from 255 or 63.77% from 345); Max value from RGB is 220 - color contains mainly: blue. Hex color #4C31DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C31DC is #B3CE23. Grayscale: #4B4B4B. Windows color (decimal): -11783716 or 14430540. OLE color: 14430540.

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

Color convert

RGB 76 49 220 -
CMYK 0.65 0.78 0 0.14
HSL 249.47º 0.71% 0.53% -
HSV(B) 249.47º 0.78% 0.86% -
XYZ 17 8.9 68.53 -
YUV 76.57 208.95 127.6 -
System Red Green Blue C M Y K H S L
Decimal 76 49 220 0.65 0.78 0 0.14 249.47 0.71 0.53
Hex 4C 31 DC 41 4E 0 E F9 47 35
Octal 114 61 334 101 116 0 16 371 107 65
Binary 1001100 110001 11011100 1000001 1001110 0 1110 11111001 1000111 110101

Color Harmonies of #4C31DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C31DC

Black with #4C31DC

Text Example


Text Example

White with #4C31DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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