#4C1880

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

Shades of Indigo #4C1880

Tints of Indigo #4C1880

Color information

#4C1880 (or 0x4C1880) is unknown color: approx Indigo. HEX triplet: 4C, 18 and 80. RGB value is (76,24,128). Sum of RGB (Red+Green+Blue) = 76+24+128=228 (30% of max value = 765). Red value is 76 (30.08% from 255 or 33.33% from 228); Green value is 24 (9.77% from 255 or 10.53% from 228); Blue value is 128 (50.39% from 255 or 56.14% from 228); Max value from RGB is 128 - color contains mainly: blue. Hex color #4C1880 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4C1880 is #B3E77F. Grayscale: #333333. Windows color (decimal): -11790208 or 8394828. OLE color: 8394828.

HSL color Cylindrical-coordinate representation of color #4C1880: hue angle of 270º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4C1880 is Cyan = 0.41, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB7624128-
CMYK0.410.8100.50
HSL270º68.42%29.8%-
HSV(B)270º81.25%50.2%-
XYZ7.23.7520.77-
YUV51.4171.23145.54-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 33.33%
GREEN value IS 24 (9.77% from 255) = 10.53%
BLUE value IS 128 (50.39% from 255) = 56.14%
R=33.33%
G=10.53%
B=56.14%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal76241280.410.8100.5027068.4229.8
Hex4C1880295103210e441e
Octal114302005112106241610436
Binary1001100110001000000010100110100010110010100001110100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C1880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,24,128); }

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

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

 a { background-color: rgb(76,24,128); }

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

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

 span { border-color: rgb(76,24,128); }

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