Html Css Color HEX #4C31E5 Han Purple

📋 copy color: '#4C31E5'

red 76 ◦ green 49 ◦ blue 229

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

Shades of Han Purple #4C31E5

Tints of Han Purple #4C31E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 64.69%

R = 21.47%
G = 13.84%
B = 64.69%

CMYK

 C value IS 0.67

 M value IS 0.79

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#4C31E5 (or 0x4C31E5) is known color: Han Purple. HEX triplet: 4C, 31 and E5. RGB value is (76,49,229). Sum of RGB (Red+Green+Blue) = 76+49+229=354 (46% of max value = 765). Red value is 76 (30.08% from 255 or 21.47% from 354); Green value is 49 (19.53% from 255 or 13.84% from 354); Blue value is 229 (89.84% from 255 or 64.69% from 354); Max value from RGB is 229 - color contains mainly: blue. Hex color #4C31E5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C31E5 is #B3CE1A. Grayscale: #4C4C4C. Windows color (decimal): -11783707 or 15020364. OLE color: 15020364.

HSL color Cylindrical-coordinate representation of color #4C31E5: hue angle of 249º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4C31E5 is Cyan = 0.67, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 76 49 229 -
CMYK 0.67 0.79 0 0.10
HSL 249º 0.78% 0.55% -
HSV(B) 249º 0.79% 0.9% -
XYZ 18.22 9.39 74.98 -
YUV 77.59 213.45 126.86 -
System Red Green Blue C M Y K H S L
Decimal 76 49 229 0.67 0.79 0 0.10 249 0.78 0.55
Hex 4C 31 E5 43 4F 0 A F9 4E 37
Octal 114 61 345 103 117 0 12 371 116 67
Binary 1001100 110001 11100101 1000011 1001111 0 1010 11111001 1001110 110111

Color Harmonies of #4C31E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C31E5

Black with #4C31E5

Text Example


Text Example

White with #4C31E5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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