#4C0160

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

Shades of Indigo #4C0160

Tints of Indigo #4C0160

Color information

#4C0160 (or 0x4C0160) is unknown color: approx Indigo. HEX triplet: 4C, 01 and 60. RGB value is (76,1,96). Sum of RGB (Red+Green+Blue) = 76+1+96=173 (22% of max value = 765). Red value is 76 (30.08% from 255 or 43.93% from 173); Green value is 1 (0.78% from 255 or 0.58% from 173); Blue value is 96 (37.89% from 255 or 55.49% from 173); Max value from RGB is 96 - color contains mainly: blue. Hex color #4C0160 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C0160 is #B3FE9F. Grayscale: #212121. Windows color (decimal): -11796128 or 6291788. OLE color: 6291788.

HSL color Cylindrical-coordinate representation of color #4C0160: hue angle of 287.37º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4C0160 is Cyan = 0.21, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB76196-
CMYK0.210.9900.62
HSL287.37º97.94%19.02%-
HSV(B)287.37º98.96%37.65%-
XYZ5.12.411.26-
YUV34.26162.85157.78-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 43.93%
GREEN value IS 1 (0.78% from 255) = 0.58%
BLUE value IS 96 (37.89% from 255) = 55.49%
R=43.93%
G=0.58%
B=55.49%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal761960.210.9900.62287.3797.9419.02
Hex4C160156303E11f6213
Octal11411402514307643714223
Binary1001100111000001010111000110111110100011111110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C0160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,1,96); }

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

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

 a { background-color: rgb(76,1,96); }

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

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

 span { border-color: rgb(76,1,96); }

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