#4c30e5

Color #4C30E5 Han Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Han Purple #4C30E5

Tints of Han Purple #4C30E5

Color information

#4C30E5 (or 0x4C30E5) is unknown color: approx Han Purple. HEX triplet: 4C, 30 and E5. RGB value is (76,48,229). Sum of RGB (Red+Green+Blue) = 76+48+229=353 (46% of max value = 765). Red value is 76 (30.08% from 255 or 21.53% from 353); Green value is 48 (19.14% from 255 or 13.60% from 353); Blue value is 229 (89.84% from 255 or 64.87% from 353); Max value from RGB is 229 - color contains mainly: blue. Hex color #4C30E5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C30E5 is #B3CF1A. Grayscale: #4C4C4C. Windows color (decimal): -11783963 or 15020108. OLE color: 15020108.

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

Color convert

RGB7648229-
CMYK0.670.7900.10
HSL249.28º77.68%54.31%-
HSV(B)249.28º79.04%89.8%-
XYZ18.189.3174.97-
YUV77.01213.78127.28-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 21.53%
GREEN value IS 48 (19.14% from 255) = 13.60%
BLUE value IS 229 (89.84% from 255) = 64.87%
R=21.53%
G=13.60%
B=64.87%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal76482290.670.7900.10249.2877.6854.31
Hex4C30E5434F0Af94e36
Octal1146034510311701237111666
Binary1001100110000111001011000011100111101010111110011001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4c30e5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4c30e5;
 }
 .AnyTagClassName
 {
   color: #4c30e5;
 }
</style>
background-color css

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

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

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

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

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

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