#4C167F

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

Shades of Indigo #4C167F

Tints of Indigo #4C167F

Color information

#4C167F (or 0x4C167F) is unknown color: approx Indigo. HEX triplet: 4C, 16 and 7F. RGB value is (76,22,127). Sum of RGB (Red+Green+Blue) = 76+22+127=225 (29% of max value = 765). Red value is 76 (30.08% from 255 or 33.78% from 225); Green value is 22 (8.98% from 255 or 9.78% from 225); Blue value is 127 (50% from 255 or 56.44% from 225); Max value from RGB is 127 - color contains mainly: blue. Hex color #4C167F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C167F is #B3E980. Grayscale: #313131. Windows color (decimal): -11790721 or 8328780. OLE color: 8328780.

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

Color convert

RGB7622127-
CMYK0.400.8300.50
HSL270.86º70.47%29.22%-
HSV(B)270.86º82.68%49.8%-
XYZ7.13.6420.41-
YUV50.12171.39146.46-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 33.78%
GREEN value IS 22 (8.98% from 255) = 9.78%
BLUE value IS 127 (50% from 255) = 56.44%
R=33.78%
G=9.78%
B=56.44%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal76221270.400.8300.50270.8670.4729.22
Hex4C167F285303210f461d
Octal114261775012306241710635
Binary100110010110111111110100010100110110010100001111100011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C167F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,22,127); }

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

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

 a { background-color: rgb(76,22,127); }

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

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

 span { border-color: rgb(76,22,127); }

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