Html Css Color HEX #4C2EDD Han Purple

📋 copy color: '#4C2EDD'

red 76 ◦ green 46 ◦ blue 221

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

Shades of Han Purple #4C2EDD

Tints of Han Purple #4C2EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 64.43%

R = 22.16%
G = 13.41%
B = 64.43%

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

#4C2EDD (or 0x4C2EDD) is known color: Han Purple. HEX triplet: 4C, 2E and DD. RGB value is (76,46,221). Sum of RGB (Red+Green+Blue) = 76+46+221=343 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.16% from 343); Green value is 46 (18.36% from 255 or 13.41% from 343); Blue value is 221 (86.72% from 255 or 64.43% from 343); Max value from RGB is 221 - color contains mainly: blue. Hex color #4C2EDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C2EDD is #B3D122. Grayscale: #4A4A4A. Windows color (decimal): -11784483 or 14495308. OLE color: 14495308.

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

Color convert

RGB 76 46 221 -
CMYK 0.66 0.79 0 0.13
HSL 250.29º 0.72% 0.52% -
HSV(B) 250.29º 0.79% 0.87% -
XYZ 17.01 8.71 69.19 -
YUV 74.92 210.44 128.77 -
System Red Green Blue C M Y K H S L
Decimal 76 46 221 0.66 0.79 0 0.13 250.29 0.72 0.52
Hex 4C 2E DD 42 4F 0 D FA 48 34
Octal 114 56 335 102 117 0 15 372 110 64
Binary 1001100 101110 11011101 1000010 1001111 0 1101 11111010 1001000 110100

Color Harmonies of #4C2EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C2EDD

Black with #4C2EDD

Text Example


Text Example

White with #4C2EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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