#4C1277

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

Shades of Indigo #4C1277

Tints of Indigo #4C1277

Color information

#4C1277 (or 0x4C1277) is unknown color: approx Indigo. HEX triplet: 4C, 12 and 77. RGB value is (76,18,119). Sum of RGB (Red+Green+Blue) = 76+18+119=213 (28% of max value = 765). Red value is 76 (30.08% from 255 or 35.68% from 213); Green value is 18 (7.42% from 255 or 8.45% from 213); Blue value is 119 (46.88% from 255 or 55.87% from 213); Max value from RGB is 119 - color contains mainly: blue. Hex color #4C1277 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C1277 is #B3ED88. Grayscale: #2E2E2E. Windows color (decimal): -11791753 or 7803468. OLE color: 7803468.

HSL color Cylindrical-coordinate representation of color #4C1277: hue angle of 274.46º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4C1277 is Cyan = 0.36, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7618119-
CMYK0.360.8500.53
HSL274.46º73.72%26.86%-
HSV(B)274.46º84.87%46.67%-
XYZ6.533.317.75-
YUV46.86168.72148.79-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 35.68%
GREEN value IS 18 (7.42% from 255) = 8.45%
BLUE value IS 119 (46.88% from 255) = 55.87%
R=35.68%
G=8.45%
B=55.87%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal76181190.360.8500.53274.4673.7226.86
Hex4C127724550351124a1b
Octal114221674412506542211233
Binary100110010010111011110010010101010110101100010010100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C1277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,18,119); }

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

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

 a { background-color: rgb(76,18,119); }

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

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

 span { border-color: rgb(76,18,119); }

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