#4C159C

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

Shades of Indigo #4C159C

Tints of Indigo #4C159C

Color information

#4C159C (or 0x4C159C) is unknown color: approx Indigo. HEX triplet: 4C, 15 and 9C. RGB value is (76,21,156). Sum of RGB (Red+Green+Blue) = 76+21+156=253 (33% of max value = 765). Red value is 76 (30.08% from 255 or 30.04% from 253); Green value is 21 (8.59% from 255 or 8.30% from 253); Blue value is 156 (61.33% from 255 or 61.66% from 253); Max value from RGB is 156 - color contains mainly: blue. Hex color #4C159C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4C159C is #B3EA63. Grayscale: #343434. Windows color (decimal): -11790948 or 10229068. OLE color: 10229068.

HSL color Cylindrical-coordinate representation of color #4C159C: hue angle of 264.44º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4C159C is Cyan = 0.51, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB7621156-
CMYK0.510.8700.39
HSL264.44º76.27%34.71%-
HSV(B)264.44º86.54%61.18%-
XYZ9.254.4731.83-
YUV52.84186.22144.52-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 30.04%
GREEN value IS 21 (8.59% from 255) = 8.30%
BLUE value IS 156 (61.33% from 255) = 61.66%
R=30.04%
G=8.30%
B=61.66%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal76211560.510.8700.39264.4476.2734.71
Hex4C159C33570271084c23
Octal114252346312704741011443
Binary10011001010110011100110011101011101001111000010001001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C159C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,21,156); }

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

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

 a { background-color: rgb(76,21,156); }

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

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

 span { border-color: rgb(76,21,156); }

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