#4C157B

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

Shades of Indigo #4C157B

Tints of Indigo #4C157B

Color information

#4C157B (or 0x4C157B) is unknown color: approx Indigo. HEX triplet: 4C, 15 and 7B. RGB value is (76,21,123). Sum of RGB (Red+Green+Blue) = 76+21+123=220 (29% of max value = 765). Red value is 76 (30.08% from 255 or 34.55% from 220); Green value is 21 (8.59% from 255 or 9.55% from 220); Blue value is 123 (48.44% from 255 or 55.91% from 220); Max value from RGB is 123 - color contains mainly: blue. Hex color #4C157B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C157B is #B3EA84. Grayscale: #303030. Windows color (decimal): -11790981 or 8066380. OLE color: 8066380.

HSL color Cylindrical-coordinate representation of color #4C157B: hue angle of 272.35º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4C157B is Cyan = 0.38, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB7621123-
CMYK0.380.8300.52
HSL272.35º70.83%28.24%-
HSV(B)272.35º82.93%48.24%-
XYZ6.823.519.06-
YUV49.07169.72147.21-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 34.55%
GREEN value IS 21 (8.59% from 255) = 9.55%
BLUE value IS 123 (48.44% from 255) = 55.91%
R=34.55%
G=9.55%
B=55.91%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal76211230.380.8300.52272.3570.8328.24
Hex4C157B2653034110471c
Octal114251734612306442010734
Binary100110010101111101110011010100110110100100010000100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C157B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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