Html Css Color HEX #4C31DE Han Purple

📋 copy color: '#4C31DE'

red 76 ◦ green 49 ◦ blue 222

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

Shades of Han Purple #4C31DE

Tints of Han Purple #4C31DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 63.98%

R = 21.9%
G = 14.12%
B = 63.98%

CMYK

 C value IS 0.66

 M value IS 0.78

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4C31DE (or 0x4C31DE) is known color: Han Purple. HEX triplet: 4C, 31 and DE. RGB value is (76,49,222). Sum of RGB (Red+Green+Blue) = 76+49+222=347 (45% of max value = 765). Red value is 76 (30.08% from 255 or 21.90% from 347); Green value is 49 (19.53% from 255 or 14.12% from 347); Blue value is 222 (87.11% from 255 or 63.98% from 347); Max value from RGB is 222 - color contains mainly: blue. Hex color #4C31DE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C31DE is #B3CE21. Grayscale: #4C4C4C. Windows color (decimal): -11783714 or 14561612. OLE color: 14561612.

HSL color Cylindrical-coordinate representation of color #4C31DE: hue angle of 249.36º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4C31DE is Cyan = 0.66, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 76 49 222 -
CMYK 0.66 0.78 0 0.13
HSL 249.36º 0.72% 0.53% -
HSV(B) 249.36º 0.78% 0.87% -
XYZ 17.26 9.01 69.94 -
YUV 76.8 209.95 127.43 -
System Red Green Blue C M Y K H S L
Decimal 76 49 222 0.66 0.78 0 0.13 249.36 0.72 0.53
Hex 4C 31 DE 42 4E 0 D F9 48 35
Octal 114 61 336 102 116 0 15 371 110 65
Binary 1001100 110001 11011110 1000010 1001110 0 1101 11111001 1001000 110101

Color Harmonies of #4C31DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C31DE

Black with #4C31DE

Text Example


Text Example

White with #4C31DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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