Html Css Color HEX #4C20E9 Han Purple

📋 copy color: '#4C20E9'

red 76 ◦ green 32 ◦ blue 233

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

Shades of Han Purple #4C20E9

Tints of Han Purple #4C20E9

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.38%

 BLUE value IS 233 (91.41% from 255) = 68.33%

R = 22.29%
G = 9.38%
B = 68.33%

CMYK

 C value IS 0.67

 M value IS 0.86

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#4C20E9 (or 0x4C20E9) is known color: Han Purple. HEX triplet: 4C, 20 and E9. RGB value is (76,32,233). Sum of RGB (Red+Green+Blue) = 76+32+233=341 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.29% from 341); Green value is 32 (12.89% from 255 or 9.38% from 341); Blue value is 233 (91.41% from 255 or 68.33% from 341); Max value from RGB is 233 - color contains mainly: blue. Hex color #4C20E9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4C20E9 is #B3DF16. Grayscale: #434343. Windows color (decimal): -11788055 or 15278156. OLE color: 15278156.

HSL color Cylindrical-coordinate representation of color #4C20E9: hue angle of 253.13º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4C20E9 is Cyan = 0.67, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 76 32 233 -
CMYK 0.67 0.86 0 0.09
HSL 253.13º 0.82% 0.52% -
HSV(B) 253.13º 0.86% 0.91% -
XYZ 18.2 8.45 77.76 -
YUV 68.07 221.08 133.66 -
System Red Green Blue C M Y K H S L
Decimal 76 32 233 0.67 0.86 0 0.09 253.13 0.82 0.52
Hex 4C 20 E9 43 56 0 9 FD 52 34
Octal 114 40 351 103 126 0 11 375 122 64
Binary 1001100 100000 11101001 1000011 1010110 0 1001 11111101 1010010 110100

Color Harmonies of #4C20E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C20E9

Black with #4C20E9

Text Example


Text Example

White with #4C20E9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,32,233); }

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

background-color css

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

 a { background-color: rgb(76,32,233); }

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

border-color css

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

 span { border-color: rgb(76,32,233); }

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