#4C1685

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

Shades of Indigo #4C1685

Tints of Indigo #4C1685

Color information

#4C1685 (or 0x4C1685) is unknown color: approx Indigo. HEX triplet: 4C, 16 and 85. RGB value is (76,22,133). Sum of RGB (Red+Green+Blue) = 76+22+133=231 (30% of max value = 765). Red value is 76 (30.08% from 255 or 32.90% from 231); Green value is 22 (8.98% from 255 or 9.52% from 231); Blue value is 133 (52.34% from 255 or 57.58% from 231); Max value from RGB is 133 - color contains mainly: blue. Hex color #4C1685 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4C1685 is #B3E97A. Grayscale: #323232. Windows color (decimal): -11790715 or 8721996. OLE color: 8721996.

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

Color convert

RGB7622133-
CMYK0.430.8300.48
HSL269.19º71.61%30.39%-
HSV(B)269.19º83.46%52.16%-
XYZ7.53.822.53-
YUV50.8174.39145.97-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 32.90%
GREEN value IS 22 (8.98% from 255) = 9.52%
BLUE value IS 133 (52.34% from 255) = 57.58%
R=32.90%
G=9.52%
B=57.58%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal76221330.430.8300.48269.1971.6130.39
Hex4C16852B5303010d481e
Octal114262055312306041511036
Binary1001100101101000010110101110100110110000100001101100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C1685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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