Html Css Color HEX #4C2EDF Han Purple

📋 copy color: '#4C2EDF'

red 76 ◦ green 46 ◦ blue 223

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

Shades of Han Purple #4C2EDF

Tints of Han Purple #4C2EDF

RGB

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

 GREEN value IS 46 (18.36% from 255) = 13.33%

 BLUE value IS 223 (87.5% from 255) = 64.64%

R = 22.03%
G = 13.33%
B = 64.64%

CMYK

 C value IS 0.66

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4C2EDF (or 0x4C2EDF) is known color: Han Purple. HEX triplet: 4C, 2E and DF. RGB value is (76,46,223). Sum of RGB (Red+Green+Blue) = 76+46+223=345 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.03% from 345); Green value is 46 (18.36% from 255 or 13.33% from 345); Blue value is 223 (87.5% from 255 or 64.64% from 345); Max value from RGB is 223 - color contains mainly: blue. Hex color #4C2EDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C2EDF is #B3D120. Grayscale: #4A4A4A. Windows color (decimal): -11784481 or 14626380. OLE color: 14626380.

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

Color convert

RGB 76 46 223 -
CMYK 0.66 0.79 0 0.13
HSL 250.17º 0.73% 0.53% -
HSV(B) 250.17º 0.79% 0.87% -
XYZ 17.28 8.82 70.6 -
YUV 75.15 211.44 128.61 -
System Red Green Blue C M Y K H S L
Decimal 76 46 223 0.66 0.79 0 0.13 250.17 0.73 0.53
Hex 4C 2E DF 42 4F 0 D FA 49 35
Octal 114 56 337 102 117 0 15 372 111 65
Binary 1001100 101110 11011111 1000010 1001111 0 1101 11111010 1001001 110101

Color Harmonies of #4C2EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C2EDF

Black with #4C2EDF

Text Example


Text Example

White with #4C2EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,46,223); }

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

background-color css

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

 a { background-color: rgb(76,46,223); }

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

border-color css

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

 span { border-color: rgb(76,46,223); }

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