#4C1CEC

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

Shades of Han Purple #4C1CEC

Tints of Han Purple #4C1CEC

Color information

#4C1CEC (or 0x4C1CEC) is unknown color: approx Han Purple. HEX triplet: 4C, 1C and EC. RGB value is (76,28,236). Sum of RGB (Red+Green+Blue) = 76+28+236=340 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.35% from 340); Green value is 28 (11.33% from 255 or 8.24% from 340); Blue value is 236 (92.58% from 255 or 69.41% from 340); Max value from RGB is 236 - color contains mainly: blue. Hex color #4C1CEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4C1CEC is #B3E313. Grayscale: #414141. Windows color (decimal): -11789076 or 15473740. OLE color: 15473740.

HSL color Cylindrical-coordinate representation of color #4C1CEC: hue angle of 253.85º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4C1CEC is Cyan = 0.68, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB7628236-
CMYK0.680.8800.07
HSL253.85º84.55%51.76%-
HSV(B)253.85º88.14%92.55%-
XYZ18.548.4280.01-
YUV66.06223.9135.09-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 22.35%
GREEN value IS 28 (11.33% from 255) = 8.24%
BLUE value IS 236 (92.58% from 255) = 69.41%
R=22.35%
G=8.24%
B=69.41%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal76282360.680.8800.07253.8584.5551.76
Hex4C1CEC445807fe5534
Octal114343541041300737612564
Binary10011001110011101100100010010110000111111111101010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C1CEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,28,236); }

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

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

 a { background-color: rgb(76,28,236); }

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

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

 span { border-color: rgb(76,28,236); }

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