#4C1380

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

Shades of Indigo #4C1380

Tints of Indigo #4C1380

Color information

#4C1380 (or 0x4C1380) is unknown color: approx Indigo. HEX triplet: 4C, 13 and 80. RGB value is (76,19,128). Sum of RGB (Red+Green+Blue) = 76+19+128=223 (29% of max value = 765). Red value is 76 (30.08% from 255 or 34.08% from 223); Green value is 19 (7.81% from 255 or 8.52% from 223); Blue value is 128 (50.39% from 255 or 57.40% from 223); Max value from RGB is 128 - color contains mainly: blue. Hex color #4C1380 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4C1380 is #B3EC7F. Grayscale: #303030. Windows color (decimal): -11791488 or 8393548. OLE color: 8393548.

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

Color convert

RGB7619128-
CMYK0.410.8500.50
HSL271.38º74.15%28.82%-
HSV(B)271.38º85.16%50.2%-
XYZ7.113.5620.73-
YUV48.47172.88147.64-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 34.08%
GREEN value IS 19 (7.81% from 255) = 8.52%
BLUE value IS 128 (50.39% from 255) = 57.40%
R=34.08%
G=8.52%
B=57.40%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal76191280.410.8500.50271.3874.1528.82
Hex4C1380295503210f4a1d
Octal114232005112506241711235
Binary1001100100111000000010100110101010110010100001111100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C1380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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